From b64a2ee204520ab01cc549f6f563f58b53429265 Mon Sep 17 00:00:00 2001 From: "Gavin M. Roy" Date: Tue, 2 Jun 2020 11:32:44 -0400 Subject: [PATCH] Include aiodns in the requirements list --- README.rst | 1 + setup.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1b1bedd..4ff1a94 100644 --- a/README.rst +++ b/README.rst @@ -55,6 +55,7 @@ record with the highest weight will be selected for connecting to Postgres. Requirements ------------ +- `aiodns `_ - `aiopg `_ - `sprockets.http `_ - `Tornado `_ diff --git a/setup.cfg b/setup.cfg index 0f44aff..d63605c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 =