From 5f99f182191d50c30e40e2966bfcbdf348d5f483 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sat, 27 Jul 2013 17:15:41 +0000 Subject: [PATCH] Revert "Pin Babel to <1.0 since it doesn't play well with pip 1.4" Fixes bug 1205546. This reverts commit adf074baa9d6876921b7dbbadae07006a7de6b5d. Upstream Babel has worked around the pytz versioning issues by releasing 1.1. Change-Id: I2298c80ca0291ea6d0797194897ecc79ec50b818 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4bda77c130..79087d2a45 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ alembic>=0.4.1 amqplib>=0.6.1 anyjson>=0.3.3 argparse -Babel>=0.9.6,<1.0 # Babel 1.0 doesn't work with pip 1.4, bug 1205546 +Babel>=0.9.6 boto>=2.4.0 Cheetah>=2.4.4 cliff>=1.4