setup: tell setuptools that we depend on pycryptopp >= 0.2.3

This commit is contained in:
Zooko O'Whielacronx 2007-11-07 17:55:18 -07:00
parent 494e07eced
commit 2a476a2d90

View File

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