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

View File

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

View File

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