mirror of
https://github.com/sprockets/sprockets-postgres.git
synced 2024-12-28 19:29:21 +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
|
Requirements
|
||||||
------------
|
------------
|
||||||
|
- `aiodns <https://github.com/saghul/aiodns>`_
|
||||||
- `aiopg <https://aioboto3.readthedocs.io/en/latest/>`_
|
- `aiopg <https://aioboto3.readthedocs.io/en/latest/>`_
|
||||||
- `sprockets.http <https://sprocketshttp.readthedocs.io/en/master/>`_
|
- `sprockets.http <https://sprocketshttp.readthedocs.io/en/master/>`_
|
||||||
- `Tornado <https://tornadoweb.org>`_
|
- `Tornado <https://tornadoweb.org>`_
|
||||||
|
|
|
@ -34,7 +34,7 @@ keywords =
|
||||||
include_package_data = True
|
include_package_data = True
|
||||||
install_requires =
|
install_requires =
|
||||||
aiopg>=1.0.0,<2
|
aiopg>=1.0.0,<2
|
||||||
aiodns
|
aiodns>=2,<3
|
||||||
sprockets.http>=2.1.1,<3
|
sprockets.http>=2.1.1,<3
|
||||||
tornado>=6,<7
|
tornado>=6,<7
|
||||||
py_modules =
|
py_modules =
|
||||||
|
|
Loading…
Reference in a new issue