This commit is contained in:
Jack Robison 2019-06-04 22:26:10 -04:00
parent 778510f057
commit ee68e56e7a
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ language: python
python: "3.7"
env:
- TORBA=v0.5.4a
- TORBA=v0.5.4a0
jobs:
include:

View file

@ -23,7 +23,7 @@ setup(
'console_scripts': 'lbrynet=lbrynet.extras.cli:main'
},
install_requires=[
'torba==0.5.4a',
'torba==0.5.4a0',
'aiohttp==3.5.4',
'aioupnp',
'appdirs==1.4.3',