You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments