Fixes incompatible attrs issue when running pip install -e .
This commit is contained in:
parent
8dfee4867a
commit
fa2ead002e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -23,6 +23,7 @@ setup(
|
||||||
'console_scripts': 'lbrynet=lbrynet.extras.cli:main'
|
'console_scripts': 'lbrynet=lbrynet.extras.cli:main'
|
||||||
},
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
'torba',
|
||||||
'aiohttp==3.5.4',
|
'aiohttp==3.5.4',
|
||||||
'aioupnp',
|
'aioupnp',
|
||||||
'appdirs==1.4.3',
|
'appdirs==1.4.3',
|
||||||
|
@ -35,7 +36,6 @@ setup(
|
||||||
'protobuf==3.6.1',
|
'protobuf==3.6.1',
|
||||||
'msgpack==0.6.1',
|
'msgpack==0.6.1',
|
||||||
'ecdsa==0.13',
|
'ecdsa==0.13',
|
||||||
'torba',
|
|
||||||
'pyyaml==4.2b1',
|
'pyyaml==4.2b1',
|
||||||
'docopt==0.6.2',
|
'docopt==0.6.2',
|
||||||
'hachoir',
|
'hachoir',
|
||||||
|
|
Loading…
Reference in a new issue