mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-10-02 08:10:34 +00:00
update torba requirement
This commit is contained in:
parent
a90919a9ba
commit
7a91debf48
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ language: python
|
|||
python: "3.7"
|
||||
|
||||
env:
|
||||
- TORBA=v0.5.3
|
||||
- TORBA=v0.5.4a
|
||||
|
||||
jobs:
|
||||
include:
|
||||
|
|
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.4a',
|
||||
'aiohttp==3.5.4',
|
||||
'aioupnp',
|
||||
'appdirs==1.4.3',
|
||||
|
|
Loading…
Add table
Reference in a new issue