bump torba

This commit is contained in:
Jack Robison 2019-06-26 17:04:45 -04:00
parent d4f493a123
commit 263e29eeb4
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ python: "3.7"
env:
global:
# must also be updated in wine_build.sh
- TORBA=v0.5.4a2
- TORBA=v0.5.4a3
jobs:
include:

View file

@ -1,6 +1,6 @@
set -x
# must also be updated in travis.yml
TORBA_VERSION=v0.5.4a2
TORBA_VERSION=v0.5.4a3
rm -rf /tmp/.wine-*
apt-get -qq update

View file

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