Fixes incompatible attrs issue when running pip install -e .

This commit is contained in:
Oleg Silkin 2019-04-06 18:12:03 -04:00 committed by Lex Berezhny
parent 8dfee4867a
commit fa2ead002e

View file

@ -23,6 +23,7 @@ setup(
'console_scripts': 'lbrynet=lbrynet.extras.cli:main'
},
install_requires=[
'torba',
'aiohttp==3.5.4',
'aioupnp',
'appdirs==1.4.3',
@ -35,7 +36,6 @@ setup(
'protobuf==3.6.1',
'msgpack==0.6.1',
'ecdsa==0.13',
'torba',
'pyyaml==4.2b1',
'docopt==0.6.2',
'hachoir',