Merge "Remove old excludes"

This commit is contained in:
Zuul 2024-04-30 14:37:57 +00:00 committed by Gerrit Code Review
commit 1e12df2991
4 changed files with 7 additions and 10 deletions

View File

@ -1,7 +1,4 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
sphinx>=2.0.0,!=2.1.0 # BSD
sphinx>=2.0.0 # BSD
openstackdocstheme>=2.2.1 # Apache-2.0
reno>=3.1.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0

View File

@ -1,5 +1,5 @@
# See: https://bugs.launchpad.net/pbr/+bug/1384919 for why this is here...
pbr!=2.1.0,>=2.0.0 # Apache-2.0
pbr>=2.0.0 # Apache-2.0
# Packages needed for using this library.
@ -23,7 +23,7 @@ automaton>=1.9.0 # Apache-2.0
# For common utilities
oslo.utils>=3.33.0 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
oslo.serialization>=2.18.0 # Apache-2.0
tenacity>=6.0.0 # Apache-2.0
# For lru caches and such

View File

@ -66,9 +66,9 @@ redis =
workers =
kombu>=4.3.0 # BSD
eventlet =
eventlet!=0.18.3,!=0.20.1,!=0.21.0,>=0.18.2 # MIT
eventlet>=0.18.2 # MIT
database =
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
SQLAlchemy>=1.0.10 # MIT
alembic>=0.8.10 # MIT
SQLAlchemy-Utils>=0.30.11 # BSD License
PyMySQL>=0.7.6 # MIT License

View File

@ -13,10 +13,10 @@ redis>=4.0.0 # MIT
kombu>=4.3.0 # BSD
# eventlet
eventlet!=0.18.3,!=0.20.1,!=0.21.0,>=0.18.2 # MIT
eventlet>=0.18.2 # MIT
# database
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
SQLAlchemy>=1.0.10 # MIT
alembic>=0.8.10 # MIT
SQLAlchemy-Utils>=0.30.11 # BSD License
PyMySQL>=0.7.6 # MIT License