summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2020-04-17 13:14:47 +0200
committerDmitry Tantsur <dtantsur@protonmail.com>2020-04-17 18:15:11 +0200
commitda4e1ca95f276f761844b5cf119eb70055e2c126 (patch)
tree6551095cb9106e2d718fde60e3034b47caa48c53
parent790ead00bb48b708666690c5088490004aee0a58 (diff)
downloadpython-openstackclient-da4e1ca95f276f761844b5cf119eb70055e2c126.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: Ib24d2941ac0f780f9092e48b17c343f8eb1d7151
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index b6f97b4d..3aac36af 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,7 +4,6 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
six>=1.10.0 # MIT
-Babel!=2.4.0,>=2.3.4 # BSD
cliff!=2.9.0,>=2.8.0 # Apache-2.0
openstacksdk>=0.44.0 # Apache-2.0
osc-lib>=2.0.0 # Apache-2.0