Merge "Remove zake from runtime dependency"
This commit is contained in:
@@ -61,7 +61,6 @@ taskflow.engines =
|
||||
# kept consistent with the entries in test-requirements.txt.
|
||||
zookeeper =
|
||||
kazoo>=2.6.0 # Apache-2.0
|
||||
zake>=0.1.6 # Apache-2.0
|
||||
redis =
|
||||
redis>=4.0.0 # MIT
|
||||
etcd =
|
||||
@@ -77,6 +76,7 @@ database =
|
||||
PyMySQL>=0.7.6 # MIT License
|
||||
psycopg2>=2.8.0 # LGPL/ZPL
|
||||
test =
|
||||
zake>=0.1.6 # Apache-2.0
|
||||
pydotplus>=2.0.2 # MIT License
|
||||
hacking<0.11,>=0.10.0
|
||||
oslotest>=3.2.0 # Apache-2.0
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
# zookeeper
|
||||
kazoo>=2.6.0 # Apache-2.0
|
||||
zake>=0.1.6 # Apache-2.0
|
||||
|
||||
# redis
|
||||
redis>=4.0.0 # MIT
|
||||
@@ -26,6 +25,7 @@ PyMySQL>=0.7.6 # MIT License
|
||||
psycopg2>=2.8.0 # LGPL/ZPL
|
||||
|
||||
# test
|
||||
zake>=0.1.6 # Apache-2.0
|
||||
pydotplus>=2.0.2 # MIT License
|
||||
hacking<6.2.0,>=6.1.0
|
||||
oslotest>=3.2.0 # Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user