diff options
| author | Chuck Short <chuck.short@canonical.com> | 2012-12-08 15:09:14 -0600 |
|---|---|---|
| committer | Chuck Short <chuck.short@canonical.com> | 2012-12-08 15:32:35 -0600 |
| commit | 63f5839a19f2f1063d96bb8a24a582b4a6d0e940 (patch) | |
| tree | 8a66b4147e20ee596bcb0f60c8b2a0d0237d2cdb /tools | |
| parent | 45a1878ef6e7b1b1e7024194111a7c74bd1fd9c0 (diff) | |
Unpin lxml requirements
Ubuntu is using a much newer version of lxml so
we shouldn't lock the versions in our infrasctructure.
Change-Id: I688c0be196db526f220262e25afa79d84fcae632
Signed-off-by: Chuck Short <chuck.short@canonical.com>
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 6b3c83ec6..02e92158a 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -5,7 +5,7 @@ anyjson>=0.2.4 boto eventlet>=0.9.17 kombu>=1.0.4 -lxml>=2.3,<=2.3.5 +lxml>=2.3 routes==1.12.3 WebOb==1.0.8 greenlet>=0.3.1 |
