summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2020-04-17 15:46:04 +0200
committerDmitry Tantsur <dtantsur@protonmail.com>2020-04-17 18:15:50 +0200
commit157016ea3c3f6e9804af60dd748919cd3d942092 (patch)
tree5621a1bdbcbb9f1212b49e510a5e4e7e2db85c3b
parentec625d0e93aef69881aaadc2a4b2cea0f5e1dad7 (diff)
downloadpython-neutronclient-157016ea3c3f6e9804af60dd748919cd3d942092.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 Keeping Babel in lower-constraints since other projects still pull it. Change-Id: I1c92bd28c3f54368b591b965b5f904c8fda424e0
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index ec2d7af..5204dc2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -19,4 +19,3 @@ python-keystoneclient>=3.8.0 # Apache-2.0
requests>=2.14.2 # Apache-2.0
simplejson>=3.5.1 # MIT
six>=1.10.0 # MIT
-Babel!=2.4.0,>=2.3.4 # BSD