Skip to content

Commit 9cd14ae

Browse files
authored
Explicit cherrypy requirements for the example application
Unless you are pulling always from https://pypi.org/simple, it is possible that you might get an older version of `cherrypy`. Make sure we request a "relatively recent" version. `pip install 'CherryPy>14.0.2,<15'` gave `CherryPy-14.2.0` which works
1 parent 6acaf87 commit 9cd14ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
mako
2-
cherrypy
2+
cherrypy>14.0.2

0 commit comments

Comments
 (0)