require a newer version of pycrypto and point to the new page

This commit is contained in:
Robey Pointer 2011-05-21 19:08:46 -07:00
parent 4efd0e6d3c
commit 33482ff338
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ import sys
try:
from setuptools import setup
kw = {
'install_requires': 'pycrypto >= 1.9',
'install_requires': 'pycrypto >= 2.1',
}
except ImportError:
from distutils.core import setup