mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-23 17:27:25 +00:00
update required twisted version
This commit is contained in:
parent
ea603dce13
commit
d1bbb7af74
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -23,7 +23,7 @@ setup(
|
||||||
},
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'aiohttp',
|
'aiohttp',
|
||||||
'twisted[tls]',
|
'twisted[tls]>=18.7.0',
|
||||||
'appdirs',
|
'appdirs',
|
||||||
'distro',
|
'distro',
|
||||||
'base58',
|
'base58',
|
||||||
|
|
Loading…
Add table
Reference in a new issue