Remove Babel requirement

Babel is not needed as requirement, remove it.

See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014227.html

Change-Id: Ie53e0e56405c3c250b1c33f9ce0dc6c65d13cdc9
This commit is contained in:
zhangbailin 2020-04-27 10:39:21 +08:00
parent 3d122fa6af
commit 458f307df6
2 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@ alembic==0.8.10
amqp==2.2.2
appdirs==1.4.3
asn1crypto==0.24.0
Babel==2.3.4
bashate==0.5.1
bcrypt==3.1.4
cachetools==2.0.1

View File

@ -6,7 +6,6 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
alembic>=0.8.10 # MIT
Babel!=2.4.0,>=2.3.4 # BSD
eventlet>=0.22.0,!=0.23.0,!=0.25.0 # MIT
greenlet>=0.4.10 # MIT
lxml!=3.7.0,>=3.4.1 # BSD