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:
parent
0f52069be8
commit
a720f76c84
@ -1,4 +1,3 @@
|
||||
Babel>=1.3
|
||||
diskimage-builder>=2.24.0
|
||||
PyYAML
|
||||
six>=1.9.0
|
||||
|
@ -5,7 +5,6 @@ appdirs==1.4.3
|
||||
asn1crypto==0.24.0
|
||||
astroid==1.3.8
|
||||
automaton==1.14.0
|
||||
Babel==2.3.4
|
||||
bandit==1.4.0
|
||||
bashate==0.5.1
|
||||
bcrypt==3.1.4
|
||||
|
@ -7,7 +7,6 @@ pecan>=1.3.2 # BSD
|
||||
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-Utils>=0.30.11
|
||||
Babel!=2.4.0,>=2.3.4 # BSD
|
||||
futurist>=1.2.0 # Apache-2.0
|
||||
requests>=2.14.2 # Apache-2.0
|
||||
rfc3986>=0.3.1 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user