Remove Babel requirement

Babel is no longer a requirement for OpenStack projects.
Let's remove it and save some disk space.

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

Change-Id: Ib4944fb44fea53c8dd1908b7f264d45a84884639
This commit is contained in:
Michael Johnson 2020-04-17 09:45:08 -07:00
parent 0f52069be8
commit a720f76c84
3 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
Babel>=1.3
diskimage-builder>=2.24.0 diskimage-builder>=2.24.0
PyYAML PyYAML
six>=1.9.0 six>=1.9.0

View File

@ -5,7 +5,6 @@ appdirs==1.4.3
asn1crypto==0.24.0 asn1crypto==0.24.0
astroid==1.3.8 astroid==1.3.8
automaton==1.14.0 automaton==1.14.0
Babel==2.3.4
bandit==1.4.0 bandit==1.4.0
bashate==0.5.1 bashate==0.5.1
bcrypt==3.1.4 bcrypt==3.1.4

View File

@ -7,7 +7,6 @@ pecan>=1.3.2 # BSD
pbr!=2.1.0,>=2.0.0 # Apache-2.0 pbr!=2.1.0,>=2.0.0 # Apache-2.0
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
SQLAlchemy-Utils>=0.30.11 SQLAlchemy-Utils>=0.30.11
Babel!=2.4.0,>=2.3.4 # BSD
futurist>=1.2.0 # Apache-2.0 futurist>=1.2.0 # Apache-2.0
requests>=2.14.2 # Apache-2.0 requests>=2.14.2 # Apache-2.0
rfc3986>=0.3.1 # Apache-2.0 rfc3986>=0.3.1 # Apache-2.0