forked from LBRYCommunity/lbry-sdk
Merge pull request #2211 from lbryio/pin-aioupnp
pin aioupnp requirement to 0.0.12
This commit is contained in:
commit
a60ab97552
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -25,7 +25,7 @@ setup(
|
|||
install_requires=[
|
||||
'torba==0.5.5',
|
||||
'aiohttp==3.5.4',
|
||||
'aioupnp',
|
||||
'aioupnp==0.0.12',
|
||||
'appdirs==1.4.3',
|
||||
'certifi>=2018.11.29',
|
||||
'colorama==0.3.7',
|
||||
|
|
Loading…
Reference in a new issue