From d7c8b1c4b26692e8d04b10caac8697c852edd692 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.4a --- .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..5d7e88a81 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.4a jobs: include: diff --git a/scripts/wine_build.sh b/scripts/wine_build.sh index d9d342f97..4cf393d5f 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.4a rm -rf /tmp/.wine-* apt-get -qq update diff --git a/setup.py b/setup.py index 2023640f3..bd152aeb5 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.4a', 'aiohttp==3.5.4', 'aioupnp', 'appdirs==1.4.3',