diff options
| author | Mark McLoughlin <markmc@redhat.com> | 2013-02-26 12:12:40 +0000 |
|---|---|---|
| committer | Mark McLoughlin <markmc@redhat.com> | 2013-02-26 12:12:40 +0000 |
| commit | 5cc05e28785a2be4a7bea89e1c73939e9c76facd (patch) | |
| tree | e7f2d1486afffa6bf48011fe14f7b2860b77c98b | |
| parent | 76df82e9f547ad98c71094617cdbb7d0d0ec103e (diff) | |
Unpin PasteDeploy dependency version
Fixes bug #1133262
There are no newer releases of PasteDeploy than 1.5.0 and we have no
reason to believe newer versions will break us. Indeed, if an
incompatible version is released, we will want to know about it quickly.
Change-Id: I331b33b16ea50202886b19bf5c4060d9fa46d5ec
| -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 3496fc2d9..f80b1ff76 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -10,7 +10,7 @@ lxml>=2.3 routes>=1.12.3 WebOb==1.2.3 greenlet>=0.3.1 -PasteDeploy==1.5.0 +PasteDeploy>=1.5.0 paste sqlalchemy-migrate>=0.7.2 netaddr |
