require a newer version of pycrypto and point to the new page
This commit is contained in:
parent
4efd0e6d3c
commit
33482ff338
2
setup.py
2
setup.py
|
@ -36,7 +36,7 @@ import sys
|
||||||
try:
|
try:
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
kw = {
|
kw = {
|
||||||
'install_requires': 'pycrypto >= 1.9',
|
'install_requires': 'pycrypto >= 2.1',
|
||||||
}
|
}
|
||||||
except ImportError:
|
except ImportError:
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
|
|
Loading…
Reference in New Issue