require torba 0.5.4a

This commit is contained in:
Jack Robison 2019-06-05 18:22:18 -04:00
parent e9ce41bea6
commit d7c8b1c4b2
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=master - TORBA=v0.5.4a
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=master TORBA_VERSION=v0.5.4a
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.4a',
'aiohttp==3.5.4', 'aiohttp==3.5.4',
'aioupnp', 'aioupnp',
'appdirs==1.4.3', 'appdirs==1.4.3',