setup: require pycryptopp >= v0.2.5

This commit is contained in:
Zooko O'Whielacronx 2007-11-09 13:03:15 -07:00
parent f0520b4e9e
commit bf84b191c5

View File

@ -24,7 +24,7 @@ except ImportError:
install_requires=["zfec >= 1.0.3",
"foolscap >= 0.1.6",
"simplejson >= 1.4",
"pycryptopp >= 0.2.3",
"pycryptopp >= 0.2.5",
]