bump torba requirement

This commit is contained in:
Jack Robison 2019-06-05 17:17:38 -04:00
parent 98f8dc7bf4
commit 3d06028cd8
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.3 - TORBA=v0.5.4a0
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.3 TORBA_VERSION=v0.5.4a0
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.3', 'torba==0.5.4a0',
'aiohttp==3.5.4', 'aiohttp==3.5.4',
'aioupnp', 'aioupnp',
'appdirs==1.4.3', 'appdirs==1.4.3',