bump aioupnp -> 0.0.16

This commit is contained in:
Jack Robison 2019-11-15 11:24:49 -05:00
parent 276b2c737a
commit 3038dd9440
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -25,7 +25,7 @@ setup(
install_requires=[ install_requires=[
'torba', 'torba',
'aiohttp==3.5.4', 'aiohttp==3.5.4',
'aioupnp==0.0.15', 'aioupnp==0.0.16',
'appdirs==1.4.3', 'appdirs==1.4.3',
'certifi>=2018.11.29', 'certifi>=2018.11.29',
'colorama==0.3.7', 'colorama==0.3.7',