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.
|
# kept consistent with the entries in test-requirements.txt.
|
||||||
zookeeper =
|
zookeeper =
|
||||||
kazoo>=2.6.0 # Apache-2.0
|
kazoo>=2.6.0 # Apache-2.0
|
||||||
zake>=0.1.6 # Apache-2.0
|
|
||||||
redis =
|
redis =
|
||||||
redis>=4.0.0 # MIT
|
redis>=4.0.0 # MIT
|
||||||
etcd =
|
etcd =
|
||||||
@@ -77,6 +76,7 @@ database =
|
|||||||
PyMySQL>=0.7.6 # MIT License
|
PyMySQL>=0.7.6 # MIT License
|
||||||
psycopg2>=2.8.0 # LGPL/ZPL
|
psycopg2>=2.8.0 # LGPL/ZPL
|
||||||
test =
|
test =
|
||||||
|
zake>=0.1.6 # Apache-2.0
|
||||||
pydotplus>=2.0.2 # MIT License
|
pydotplus>=2.0.2 # MIT License
|
||||||
hacking<0.11,>=0.10.0
|
hacking<0.11,>=0.10.0
|
||||||
oslotest>=3.2.0 # Apache-2.0
|
oslotest>=3.2.0 # Apache-2.0
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
# zookeeper
|
# zookeeper
|
||||||
kazoo>=2.6.0 # Apache-2.0
|
kazoo>=2.6.0 # Apache-2.0
|
||||||
zake>=0.1.6 # Apache-2.0
|
|
||||||
|
|
||||||
# redis
|
# redis
|
||||||
redis>=4.0.0 # MIT
|
redis>=4.0.0 # MIT
|
||||||
@@ -26,6 +25,7 @@ PyMySQL>=0.7.6 # MIT License
|
|||||||
psycopg2>=2.8.0 # LGPL/ZPL
|
psycopg2>=2.8.0 # LGPL/ZPL
|
||||||
|
|
||||||
# test
|
# test
|
||||||
|
zake>=0.1.6 # Apache-2.0
|
||||||
pydotplus>=2.0.2 # MIT License
|
pydotplus>=2.0.2 # MIT License
|
||||||
hacking<6.2.0,>=6.1.0
|
hacking<6.2.0,>=6.1.0
|
||||||
oslotest>=3.2.0 # Apache-2.0
|
oslotest>=3.2.0 # Apache-2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user