Include aiodns in the requirements list

This commit is contained in:
Gavin M. Roy 2020-06-02 11:32:44 -04:00
parent 3e36210c91
commit b64a2ee204
2 changed files with 2 additions and 1 deletions

View file

@ -55,6 +55,7 @@ record with the highest weight will be selected for connecting to Postgres.
Requirements
------------
- `aiodns <https://github.com/saghul/aiodns>`_
- `aiopg <https://aioboto3.readthedocs.io/en/latest/>`_
- `sprockets.http <https://sprocketshttp.readthedocs.io/en/master/>`_
- `Tornado <https://tornadoweb.org>`_

View file

@ -34,7 +34,7 @@ keywords =
include_package_data = True
install_requires =
aiopg>=1.0.0,<2
aiodns
aiodns>=2,<3
sprockets.http>=2.1.1,<3
tornado>=6,<7
py_modules =