mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
re-add dnspython in setup.py
This commit is contained in:
parent
f3ebed1545
commit
5426dae9fc
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -74,7 +74,8 @@ setup(
|
|||
'qrcode',
|
||||
'SocksiPy-branch',
|
||||
'protobuf',
|
||||
'tlslite'
|
||||
'tlslite',
|
||||
'dnspython',
|
||||
],
|
||||
package_dir={
|
||||
'electrum': 'lib',
|
||||
|
|
Loading…
Add table
Reference in a new issue