Merge "Remove zake from runtime dependency"

This commit is contained in:
Zuul
2025-02-07 01:57:12 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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