update torba requirement

This commit is contained in:
Jack Robison 2019-06-04 19:39:07 -04:00
parent a90919a9ba
commit 7a91debf48
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.3
- TORBA=v0.5.4a
jobs:
include:

View file

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