summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-04-17 16:45:10 -0400
committerDoug Hellmann <doug@doughellmann.com>2018-04-18 11:56:25 -0400
commit0124bf49191b629f9248df0391582265f6f01b68 (patch)
treee9ac5fb58eaf0b773198446fee918bb4f97f26a2 /setup.cfg
parentf244549faec0953c627999ba41888d9adf304111 (diff)
downloadtaskflow-0124bf49191b629f9248df0391582265f6f01b68.tar.gz
stop using tox_install.sh
Duplicate the dependencies that are listed in extras and place them in a test-requirements.txt file so we can install them using the constraints list. In order to add the new requirements file, we have to make the constraints and requirements match each other and the global settings. Change-Id: I4dae402fe37015f0f512d5e9a6426d5f39526347 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 6ab735d..15f30c5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -57,6 +57,8 @@ taskflow.engines =
workers = taskflow.engines.worker_based.engine:WorkerBasedActionEngine
[extras]
+# NOTE(dhellmann): The entries in this section of the file need to be
+# kept consistent with the entries in test-requirements.txt.
zookeeper =
kazoo>=2.2 # Apache-2.0
zake>=0.1.6 # Apache-2.0
@@ -65,7 +67,7 @@ redis =
workers =
kombu!=4.0.2,>=4.0.0 # BSD
eventlet =
- eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
+ eventlet!=0.18.3,!=0.20.1,!=0.21.0 # MIT
database =
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
alembic>=0.8.10 # MIT