diff options
author | Monty Taylor <mordred@inaugust.com> | 2013-07-13 12:43:49 -0400 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2013-07-13 12:43:49 -0400 |
commit | 5abe67709c61ae705526ee41ef13795216ec1eec (patch) | |
tree | 207a873296eeed93e7e4fc664fe64ca9c826c60a /requirements.txt | |
parent | e4583ebf827198afc47d49430667142ddbd55c91 (diff) | |
download | tuskar-ui-5abe67709c61ae705526ee41ef13795216ec1eec.tar.gz |
Sync pytz from requirements.txt
pip 1.4 is imminent, and doesn't install pre-release versions if you
don't ask for them - this includes the date-based version of pytz.
Change-Id: I52fa89005dfedf94a469b3601b3c3d6356eb0174
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index b3bb8094..dd83efe6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ python-novaclient>=2.12.0,<3 python-neutronclient>=2.2.3,<3.0.0 python-swiftclient>=1.2,<2 python-ceilometerclient>=1.0.1 -pytz +pytz>=2010h # Horizon Utility Requirements # for SECURE_KEY generation lockfile>=0.8 |