Pin Babel to <1.0 since it doesn't play well with pip 1.4

The latest Babel, 1.0, adds a dependency on
pytz. Further, pytz uses date-based versioning which is not
supported by default in the newest pip, 1.4. Adding a fake direct
dependency on pytz with a minimum declared version before installing
Babel works around this issue.

Fixes bug 1205546

Change-Id: Ie52dd85eac595ba8ee35e3342130648010246943
This commit is contained in:
Joe Gordon 2013-07-26 18:53:25 -07:00
parent ce15bccae2
commit adf074baa9
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ alembic>=0.4.1
amqplib>=0.6.1
anyjson>=0.3.3
argparse
Babel>=0.9.6
Babel>=0.9.6,<1.0 # Babel 1.0 doesn't work with pip 1.4, bug 1205546
boto>=2.4.0
Cheetah>=2.4.4
cliff>=1.4