Remove Babel requirement
Babel is no longer a requirement for OpenStack projects. We can remove it and save some disk space. Change-Id: I83a8632b004b6b94d5a99e00f9f4e193081eaba9
This commit is contained in:

committed by
Pierre Riteau

parent
021d1d7a17
commit
38189e1670
@@ -3,7 +3,6 @@ alembic==0.8.10
|
||||
amqp==2.2.2
|
||||
appdirs==1.4.3
|
||||
astroid==1.3.8
|
||||
Babel==2.3.4
|
||||
beautifulsoup4==4.6.0
|
||||
cachetools==2.0.1
|
||||
certifi==2018.1.18
|
||||
|
@@ -4,7 +4,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.18.3,!=0.20.1,!=0.21.0,!=0.23.0,!=0.25.0,>=0.18.2 # MIT
|
||||
Flask!=0.11,>=0.10 # BSD
|
||||
iso8601>=0.1.11 # MIT
|
||||
|
Reference in New Issue
Block a user