mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-10-01 15:50:32 +00:00
require torba 0.5.4a0
This commit is contained in:
parent
e9ce41bea6
commit
66e68dedf5
3 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
2
setup.py
2
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',
|
||||
|
|
Loading…
Add table
Reference in a new issue