commit | 9125de0d9684ac5696cd9adc603ab6f8769612ec | [log] [tgz] |
---|---|---|
author | Clint Byrum <clint@fewbar.com> | Mon Oct 14 16:41:22 2013 -0700 |
committer | Clint Byrum <clint@fewbar.com> | Mon Oct 14 16:41:22 2013 -0700 |
tree | d4444e6345ce5ffb597c85b2f15c657c29b0bf38 | |
parent | f55f4e54ceab7c6a4d330f92c8059e46233e3560 [diff] [blame] |
Change six to match global requirements Pinning six to <1.4.0 causes failurs for anyone trying to use six to port urlparse code. It also does not match with global requirements. Change-Id: I6216eef5dd1d3363ec58ac338853252b5294ff1f
diff --git a/requirements.txt b/requirements.txt index 3b9ec44..4dea533 100644 --- a/requirements.txt +++ b/requirements.txt
@@ -19,6 +19,6 @@ testrepository>=0.0.17 oslo.config>=1.2.0 eventlet>=0.13.0 -six<1.4.0 +six>=1.4.1 iso8601>=0.1.4 fixtures>=0.3.14