forked from LBRYCommunity/lbry-sdk
Merge pull request #2623 from lbryio/aioupnp-0.0.16
bump aioupnp to 0.0.16, fixes UPnP support for TP-Link routers
This commit is contained in:
commit
817869b915
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ setup(
|
|||
install_requires=[
|
||||
'torba',
|
||||
'aiohttp==3.5.4',
|
||||
'aioupnp==0.0.15',
|
||||
'aioupnp==0.0.16',
|
||||
'appdirs==1.4.3',
|
||||
'certifi>=2018.11.29',
|
||||
'colorama==0.3.7',
|
||||
|
|
Loading…
Reference in a new issue