Add a workaround for pytz and pip>=1.4

pip versions >= 1.4 will not install pytz unless a minimum
version containing a letter is specified (this workaround is
taken from Babel Python library).

Change-Id: Ic013fca82816cd89e446282d3936e38ea2c39274
This commit is contained in:
Roman Podolyaka 2013-07-30 17:30:56 +03:00
parent b5d64cdbe4
commit 427149eef2
1 changed files with 3 additions and 1 deletions

View File

@ -21,5 +21,7 @@ testtools>=0.9.27
# NOTE: scripttest 1.0.1 removes base_path argument to ScriptTest
scripttest==1.0
pytz
# NOTE(rpodolyaka): This version identifier is currently necessary as
# pytz otherwise does not install on pip 1.4 or higher
pytz>=0a
pysqlite