+ aiohttp dependency added

This commit is contained in:
Lex Berezhny 2018-07-25 23:35:12 -04:00 committed by Jack Robison
parent 84d97ab323
commit 875edb5f76
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -15,6 +15,7 @@ from setuptools import setup, find_packages
# See https://packaging.python.org/requirements/ and
# https://caremad.io/posts/2013/07/setup-vs-requirement/ for more details.
requires = [
'aiohttp',
'twisted[tls]',
'appdirs',
'distro',