revert dnspython dependency in setup.py

This commit is contained in:
Riccardo Spagni 2015-02-17 15:25:05 +02:00
parent 67b39e67d4
commit 41571de1e6
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD
1 changed files with 1 additions and 2 deletions

View File

@ -74,8 +74,7 @@ setup(
'qrcode',
'SocksiPy-branch',
'protobuf',
'tlslite',
'dnspython'
'tlslite'
],
package_dir={
'electrum': 'lib',