mirror of
https://github.com/sprockets/sprockets-postgres.git
synced 2024-11-13 03:00:19 +00:00
Include aiodns in the requirements list
This commit is contained in:
parent
3e36210c91
commit
b64a2ee204
2 changed files with 2 additions and 1 deletions
|
@ -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>`_
|
||||
|
|
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue