fixed setup.py so it doesnt break when trying to install pyasn1

This commit is contained in:
Kevin Cooper 2015-02-04 03:47:16 -07:00
parent 55c88a1748
commit f928c565c4
1 changed files with 1 additions and 1 deletions

View File

@ -69,8 +69,8 @@ setup(
'ecdsa>=0.9', 'ecdsa>=0.9',
'pbkdf2', 'pbkdf2',
'requests', 'requests',
'pyasn1',
'pyasn1-modules', 'pyasn1-modules',
'pyasn1',
'qrcode', 'qrcode',
'SocksiPy-branch', 'SocksiPy-branch',
'protobuf', 'protobuf',