test requirements: Update CherryPy to 5.6.0
* ``@cherrypy.expose`` now will also set the exposed attribute on a class. * Rewrote all tutorials and internal usage to prefer the decorator usage of ``expose`` rather than setting the attribute explicitly. * Removed test-specific code from tutorials.
This commit is contained in:
parent
546c172e5e
commit
2df85e75cb
@ -1,5 +1,5 @@
|
|||||||
beautifulsoup4==4.4.1
|
beautifulsoup4==4.4.1
|
||||||
CherryPy==5.5.0
|
CherryPy==5.6.0
|
||||||
coverage==4.1
|
coverage==4.1
|
||||||
decorator==4.0.9
|
decorator==4.0.9
|
||||||
Flask==0.10.1 # rq.filter: != 0.11.0
|
Flask==0.10.1 # rq.filter: != 0.11.0
|
||||||
|
Loading…
Reference in New Issue
Block a user