+ aiohttp dependency added
This commit is contained in:
parent
84d97ab323
commit
875edb5f76
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -15,6 +15,7 @@ from setuptools import setup, find_packages
|
||||||
# See https://packaging.python.org/requirements/ and
|
# See https://packaging.python.org/requirements/ and
|
||||||
# https://caremad.io/posts/2013/07/setup-vs-requirement/ for more details.
|
# https://caremad.io/posts/2013/07/setup-vs-requirement/ for more details.
|
||||||
requires = [
|
requires = [
|
||||||
|
'aiohttp',
|
||||||
'twisted[tls]',
|
'twisted[tls]',
|
||||||
'appdirs',
|
'appdirs',
|
||||||
'distro',
|
'distro',
|
||||||
|
|
Loading…
Add table
Reference in a new issue