diff options
author | Brian Waldon <bcwaldon@gmail.com> | 2012-09-13 13:48:18 -0700 |
---|---|---|
committer | Brian Waldon <bcwaldon@gmail.com> | 2012-09-13 13:48:18 -0700 |
commit | 6a57296d652e90aff105fea4b0d224ee0b2d1dc1 (patch) | |
tree | 4f160088bbda95b5e638d8d9b62a011c3c633a8a /tools | |
parent | 0ba2753953f065ffed0cb254ac1d1dc473cefd97 (diff) | |
download | horizon-6a57296d652e90aff105fea4b0d224ee0b2d1dc1.tar.gz |
Allow any python-swiftclient v1.1 through v1.X
Change-Id: I86c29764e43b204b4eea361c9b3b6519a2ab1d24
Diffstat (limited to 'tools')
-rw-r--r-- | tools/pip-requires | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 96c546012..08d53a63e 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -7,7 +7,7 @@ python-glanceclient<2 python-keystoneclient python-novaclient python-quantumclient>=2.0 -python-swiftclient>1.1,<1.2 +python-swiftclient>1.1,<2 pytz # Horizon Utility Requirements |