From: Zooko O'Whielacronx Date: Wed, 23 Jan 2008 18:00:35 +0000 (-0700) Subject: setup: loosen our requirement on pycryptopp from >= 0.2.9 to >= 0.2.8 X-Git-Url: https://git.rkrishnan.org/frontends/webapi.txt?a=commitdiff_plain;h=69ae5b0b75e0d63a0b024b5cf2d99dccdb35538d;p=tahoe-lafs%2Ftahoe-lafs.git setup: loosen our requirement on pycryptopp from >= 0.2.9 to >= 0.2.8 Again, tahoecs2 has pycryptopp v0.2.8, and reviewing the pycryptopp change history shows that there were no important bugfixes added since 0.2.8. --- diff --git a/_auto_deps.py b/_auto_deps.py index 4bc374cf..f24a4473 100644 --- a/_auto_deps.py +++ b/_auto_deps.py @@ -1,7 +1,7 @@ install_requires=["zfec >= 1.1.0", "foolscap >= 0.2.3", "simplejson >= 1.7.1", - "pycryptopp >= 0.2.9", + "pycryptopp >= 0.2.8", "nevow >= 0.6.0", "zope.interface >= 3.1.0", ]