summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2020-04-17 15:39:39 +0200
committerDmitry Tantsur <dtantsur@protonmail.com>2020-04-17 15:39:39 +0200
commitdfb04f1c4ad11e39dfb73db9403ee6e1b87129da (patch)
tree1b8dfe04a38013da41858ffab33edd963675ae64 /requirements.txt
parentd17035a375f17d572261cd631f8b9d5ec8ca337a (diff)
downloadpython-cinderclient-dfb04f1c4ad11e39dfb73db9403ee6e1b87129da.tar.gz
Remove Babel from requirements
It's not a runtime dependency (and even oslo.i18n has dropped it). The translation infrastructure installs Babel explicitly. See this mailing list thread for a full reasoning: http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014227.html Change-Id: I2898616ec6302bb578ddc265d6c6dc02d8415eac
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index efa6cf3..fef5e1e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,7 +5,6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
PrettyTable<0.8,>=0.7.1 # BSD
keystoneauth1>=3.4.0 # Apache-2.0
simplejson>=3.5.1 # MIT
-Babel!=2.4.0,>=2.3.4 # BSD
six>=1.10.0 # MIT
oslo.i18n>=3.15.3 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0