From 66e68dedf587814062d2336cdb40b0cc6bf1e823 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Wed, 5 Jun 2019 18:22:18 -0400 Subject: [PATCH] require torba 0.5.4a0 --- .travis.yml | 2 +- scripts/wine_build.sh | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b498cdbb4..d42bb8558 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: "3.7" env: global: # must also be updated in wine_build.sh - - TORBA=master + - TORBA=v0.5.4a0 jobs: include: diff --git a/scripts/wine_build.sh b/scripts/wine_build.sh index d9d342f97..b1b800d6d 100755 --- a/scripts/wine_build.sh +++ b/scripts/wine_build.sh @@ -1,6 +1,6 @@ set -x # must also be updated in travis.yml -TORBA_VERSION=master +TORBA_VERSION=v0.5.4a0 rm -rf /tmp/.wine-* apt-get -qq update diff --git a/setup.py b/setup.py index 2023640f3..5601ccd04 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( 'console_scripts': 'lbrynet=lbrynet.extras.cli:main' }, install_requires=[ - 'torba==0.5.3', + 'torba==0.5.4a0', 'aiohttp==3.5.4', 'aioupnp', 'appdirs==1.4.3',