mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-10-01 15:50:32 +00:00
bump torba
This commit is contained in:
parent
72294b636d
commit
d4f493a123
3 changed files with 3 additions and 3 deletions
|
@ -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.4a0
|
- TORBA=v0.5.4a2
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
|
|
@ -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.4a0
|
TORBA_VERSION=v0.5.4a2
|
||||||
rm -rf /tmp/.wine-*
|
rm -rf /tmp/.wine-*
|
||||||
|
|
||||||
apt-get -qq update
|
apt-get -qq update
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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.4a0',
|
'torba==0.5.4a2',
|
||||||
'aiohttp==3.5.4',
|
'aiohttp==3.5.4',
|
||||||
'aioupnp==0.0.13',
|
'aioupnp==0.0.13',
|
||||||
'appdirs==1.4.3',
|
'appdirs==1.4.3',
|
||||||
|
|
Loading…
Add table
Reference in a new issue