re-add dnspython in setup.py

This commit is contained in:
ThomasV 2015-02-17 18:30:04 +01:00
parent f3ebed1545
commit 5426dae9fc

View file

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