summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorSorin Sbarnea <ssbarnea@redhat.com>2020-04-28 10:49:49 +0100
committerJames E. Blair <corvus@inaugust.com>2020-04-29 22:07:44 +0000
commit268bab13629ea51711c483d1a176af40439c741e (patch)
tree6819e46c6c6018dd9db99ca82a4ec35e234ae9dd /requirements.txt
parent9b300bc8dfc59584e3046337e7c001fc927d670f (diff)
downloadzuul-268bab13629ea51711c483d1a176af40439c741e.tar.gz
Fix cherrypy dependency conflict
Current set of dependencies brings latest cherrypy which is incompatible with cheroot we need. This pins cherrypy to last version that is compatible. The current verision of pip will still install cherrypy, but the upcoming depsolver is unable to resolve the conflict. We also add a fail-safe `pip check` that runs the new depsolver and should prevent a similar regressions from appearing. Change-Id: I2b0fa43b906d0919854d30da0ee825002444b201
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 2aded3236..5f0de0f90 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -28,7 +28,7 @@ iso8601
psutil
fb-re2>=1.0.6
paho-mqtt
-cherrypy
+cherrypy==18.3.0; # last version to support cheroot below
ws4py
routes
pathspec