update required twisted version

This commit is contained in:
Jack Robison 2018-08-17 12:01:01 -04:00
parent ea603dce13
commit d1bbb7af74
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -23,7 +23,7 @@ setup(
},
install_requires=[
'aiohttp',
'twisted[tls]',
'twisted[tls]>=18.7.0',
'appdirs',
'distro',
'base58',