We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a07fa commit 0760910Copy full SHA for 0760910
setup.py
@@ -27,7 +27,7 @@ def run_tests(self):
27
'paste',
28
'zope.interface',
29
'repoze.who',
30
- 'pycrypto', # 'Crypto'
+ 'pycrypto >= 2.2', # 'Crypto'
31
'pytz',
32
'pyOpenSSL',
33
'python-dateutil',
0 commit comments