summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryatin <ykarel@redhat.com>2017-08-08 10:17:11 +0530
committeryatin <ykarel@redhat.com>2017-08-29 04:46:17 +0000
commitdb79d393fc6345e2591ac1e21c0fedd36cfaae1c (patch)
tree1096a75f172eeae130e036153ef1df95a6019b83
parentb90236eef83e3d6234cbcdf2ef4dc56bfb5455c7 (diff)
downloadpython-glanceclient-db79d393fc6345e2591ac1e21c0fedd36cfaae1c.tar.gz
Remove Babel as a runtime requirement
Babel is in requirements.txt but is no longer required post [0]. [0] https://review.openstack.org/#/c/145273/ Change-Id: I5d906f84ecbd144073a019936af227702b1c699a
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index dcdc24f..fa22fd6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,7 +2,6 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr!=2.1.0,>=2.0.0 # Apache-2.0
-Babel!=2.4.0,>=2.3.4 # BSD
PrettyTable<0.8,>=0.7.1 # BSD
keystoneauth1>=3.1.0 # Apache-2.0
requests>=2.14.2 # Apache-2.0