bump aioupnp requirement to 0.0.17

This commit is contained in:
Jack Robison 2020-01-16 15:40:29 -05:00
parent b0b5e045ff
commit fd6609e961
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -34,7 +34,7 @@ setup(
}, },
install_requires=[ install_requires=[
'aiohttp==3.5.4', 'aiohttp==3.5.4',
'aioupnp==0.0.16', 'aioupnp==0.0.17',
'appdirs==1.4.3', 'appdirs==1.4.3',
'certifi>=2018.11.29', 'certifi>=2018.11.29',
'colorama==0.3.7', 'colorama==0.3.7',