Merge "Restrict to pip<6"

This commit is contained in:
Jenkins 2015-02-11 17:57:40 +00:00 committed by Gerrit Code Review
commit 95f99d06c3

View File

@ -1,3 +1,8 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process (and later running processes...).
pip<6
cheetah>=2.4.4
iniparse
iso8601>=0.1.8