Remove old excludes

These are detected as errors since the clean up was done[1] in
the requirements repository.

[1] 314734e938f107cbd5ebcc7af4d9167c11347406

Change-Id: Ib402c15b6dbe5290a626c4b0028cf496293b72e6
This commit is contained in:
Takashi Kajinami 2024-04-30 18:10:16 +09:00
parent 0e2010d930
commit c38b9440e6
2 changed files with 5 additions and 5 deletions

@ -1,4 +1,4 @@
sphinx>=2.0.0,!=2.1.0 # BSD sphinx>=2.0.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
@ -8,7 +8,7 @@ python-consul2>=0.0.16 # MIT License
## etcd ## etcd
requests>=2.10.0 # Apache-2.0 requests>=2.10.0 # Apache-2.0
## etcd3gw ## etcd3gw
etcd3gw!=0.2.6,>=0.1.0 # Apache-2.0 etcd3gw>=0.1.0 # Apache-2.0
## zake ## zake
zake>=0.1.6 # Apache-2.0 zake>=0.1.6 # Apache-2.0
## redis ## redis
@ -20,6 +20,6 @@ PyMySQL>=0.6.2 # MIT License
## zookeeper ## zookeeper
kazoo>=2.2 # Apache-2.0 kazoo>=2.2 # Apache-2.0
## memcached ## memcached
pymemcache!=1.3.0,>=1.2.9 # Apache 2.0 License pymemcache>=1.2.9 # Apache 2.0 License
## ipc ## ipc
sysv-ipc>=0.6.8 # BSD License sysv-ipc>=0.6.8 # BSD License

@ -49,7 +49,7 @@ consul =
etcd = etcd =
requests>=2.10.0 # Apache-2.0 requests>=2.10.0 # Apache-2.0
etcd3gw = etcd3gw =
etcd3gw!=0.2.6,>=2.3.0 # Apache-2.0 etcd3gw>=2.3.0 # Apache-2.0
zake = zake =
zake>=0.1.6 # Apache-2.0 zake>=0.1.6 # Apache-2.0
redis = redis =
@ -62,6 +62,6 @@ mysql =
zookeeper = zookeeper =
kazoo>=2.6 # Apache-2.0 kazoo>=2.6 # Apache-2.0
memcached = memcached =
pymemcache!=1.3.0,>=1.2.9 # Apache 2.0 License pymemcache>=1.2.9 # Apache 2.0 License
ipc = ipc =
sysv-ipc>=0.6.8 # BSD License sysv-ipc>=0.6.8 # BSD License