bump torba

This commit is contained in:
Jack Robison 2019-06-23 21:57:39 -04:00
parent 72294b636d
commit d4f493a123
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: env:
global: global:
# must also be updated in wine_build.sh # must also be updated in wine_build.sh
- TORBA=v0.5.4a0 - TORBA=v0.5.4a2
jobs: jobs:
include: include:

View file

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

View file

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