summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMichal Arbet <michal.arbet@ultimum.io>2018-06-25 16:06:18 +0200
committerMichal Arbet <michal.arbet@ultimum.io>2018-07-11 13:11:51 +0200
commitd985c5a256bcf8f67e80235ba387599f448f2c49 (patch)
treeb7f5f712a08a83090aefb43d4b0ce121fc6d2fca /setup.cfg
parent19d0eb89c80655da766b6fc55b3ebf6b5a0d52f8 (diff)
downloadtaskflow-d985c5a256bcf8f67e80235ba387599f448f2c49.tar.gz
Fix code to support networkx > 1.0
With the release of NetworkX 2.0 the reporting API was moved to view/iterator model. Many methods were moved from reporting lists or dicts to iterating over the information. Methods that used to return containers now return views and methods that returned iterators have been removed in networkx. Because of this change in NetworkX 2.0 , taskflow code have to be changed also to support networkx > 2.0 Change-Id: I23c226f37bd85c1e38039fbcb302a2d0de49f333 Closes-Bug: #1778115
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 6c91c51..dd63094 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -66,7 +66,7 @@ redis =
workers =
kombu!=4.0.2,>=4.0.0 # BSD
eventlet =
- eventlet!=0.18.3,!=0.20.1,!=0.21.0 # MIT
+ eventlet!=0.18.3,!=0.20.1,!=0.21.0,>=0.18.2 # MIT
database =
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
alembic>=0.8.10 # MIT