Remove old excludes
These are detected as errors since the clean up was done[1] in the requirements repository. [1] 314734e938f107cbd5ebcc7af4d9167c11347406 Change-Id: I6970540de396e4aa77590aadfdfa72bf3f1862f3
This commit is contained in:
parent
3ca2d4fdc8
commit
116d7f7760
@ -1,7 +1,4 @@
|
|||||||
# The order of packages is significant, because pip processes them in the order
|
sphinx>=2.0.0 # BSD
|
||||||
# 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
|
|
||||||
openstackdocstheme>=2.2.1 # Apache-2.0
|
openstackdocstheme>=2.2.1 # Apache-2.0
|
||||||
reno>=3.1.0 # Apache-2.0
|
reno>=3.1.0 # Apache-2.0
|
||||||
doc8>=0.6.0 # Apache-2.0
|
doc8>=0.6.0 # Apache-2.0
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# See: https://bugs.launchpad.net/pbr/+bug/1384919 for why this is here...
|
# 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.
|
# Packages needed for using this library.
|
||||||
|
|
||||||
@ -23,7 +23,7 @@ automaton>=1.9.0 # Apache-2.0
|
|||||||
|
|
||||||
# For common utilities
|
# For common utilities
|
||||||
oslo.utils>=3.33.0 # Apache-2.0
|
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
|
tenacity>=6.0.0 # Apache-2.0
|
||||||
|
|
||||||
# For lru caches and such
|
# For lru caches and such
|
||||||
|
@ -66,9 +66,9 @@ redis =
|
|||||||
workers =
|
workers =
|
||||||
kombu>=4.3.0 # BSD
|
kombu>=4.3.0 # BSD
|
||||||
eventlet =
|
eventlet =
|
||||||
eventlet!=0.18.3,!=0.20.1,!=0.21.0,>=0.18.2 # MIT
|
eventlet>=0.18.2 # MIT
|
||||||
database =
|
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
|
alembic>=0.8.10 # MIT
|
||||||
SQLAlchemy-Utils>=0.30.11 # BSD License
|
SQLAlchemy-Utils>=0.30.11 # BSD License
|
||||||
PyMySQL>=0.7.6 # MIT License
|
PyMySQL>=0.7.6 # MIT License
|
||||||
|
@ -13,10 +13,10 @@ redis>=4.0.0 # MIT
|
|||||||
kombu>=4.3.0 # BSD
|
kombu>=4.3.0 # BSD
|
||||||
|
|
||||||
# eventlet
|
# eventlet
|
||||||
eventlet!=0.18.3,!=0.20.1,!=0.21.0,>=0.18.2 # MIT
|
eventlet>=0.18.2 # MIT
|
||||||
|
|
||||||
# database
|
# 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
|
alembic>=0.8.10 # MIT
|
||||||
SQLAlchemy-Utils>=0.30.11 # BSD License
|
SQLAlchemy-Utils>=0.30.11 # BSD License
|
||||||
PyMySQL>=0.7.6 # MIT License
|
PyMySQL>=0.7.6 # MIT License
|
||||||
|
Loading…
Reference in New Issue
Block a user