summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2019-05-28 14:28:44 +0300
committerGitHub <noreply@github.com>2019-05-28 14:28:44 +0300
commit73215f6b8a4095c4e74de2faae5f22b80fcb64d5 (patch)
tree79bcdc64898e3ce5647bb8a074ec6c84ccc8a5c6
parent6acaf874537ea4772b3d2c4a3f760612cfc26055 (diff)
parent9cd14aebb21840e4c65d90542d40e29cd50d5999 (diff)
downloadpysaml2-73215f6b8a4095c4e74de2faae5f22b80fcb64d5.tar.gz
Merge pull request #619 from stdedos/patch-1
Explicit request of cherrypy version for the example application
-rw-r--r--example/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/requirements.txt b/example/requirements.txt
index 588621c9..a0fbaaf9 100644
--- a/example/requirements.txt
+++ b/example/requirements.txt
@@ -1,2 +1,2 @@
mako
-cherrypy \ No newline at end of file
+cherrypy>14.0.2