bump aioupnp requirement to 0.0.14

This commit is contained in:
Jack Robison 2019-08-19 10:51:20 -04:00
parent 956e21269e
commit 1949937b5e
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

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