From 31202ac967b750204409fd7fe66648a77d553023 Mon Sep 17 00:00:00 2001 From: amercader Date: Fri, 26 Apr 2019 15:48:38 +0200 Subject: [PATCH] [#4747] Pin pastescript to avoid requirements conflict Latest versions require Paste>=3.0 which is not compatible with our pinned version. The upgrade in PasteDeploy should be all right as there are only changes in documentation between the two versions AFAICT --- requirements.in | 1 + requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index a471c9623e7..df97b5b6bff 100644 --- a/requirements.in +++ b/requirements.in @@ -12,6 +12,7 @@ ofs==0.4.2 Pairtree==0.7.1-T passlib==1.6.5 paste==1.7.5.1 +PasteScript==2.0.2 polib==1.0.7 psycopg2==2.7.3.2 python-magic==0.4.15 diff --git a/requirements.txt b/requirements.txt index f9c38940f4e..1f1ab74b63b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,8 +28,8 @@ ofs==0.4.2 pairtree==0.7.1-t passlib==1.6.5 paste==1.7.5.1 -pastedeploy==1.5.2 # via pastescript, pylons -pastescript==2.0.2 # via pylons +pastedeploy==2.0.1 # via pastescript, pylons +pastescript==2.0.2 pbr==5.1.3 # via sqlalchemy-migrate polib==1.0.7 psycopg2==2.7.3.2