test requirements: Update CherryPy to 6.0.0

* Setuptools is now required to build CherryPy. Pure distutils installs
  are no longer supported. This change allows CherryPy to depend on
  other packages and re-use code from them. It's still possible to
  install pre-built CherryPy packages (wheels) using pip without
  Setuptools.
* Back out changes attempting to fix redirects with Unicode URLs, as it
  also had the unintended consequence of causing the 'Location' to be
  ``bytes`` on Python 3.
* ``cherrypy.expose`` now works on classes.
* ``cherrypy.config`` decorator is now used throughout the code
  internally.
This commit is contained in:
Florian Bruhin 2016-06-06 08:25:41 +02:00
parent 2df85e75cb
commit 753036067d

View File

@ -1,5 +1,5 @@
beautifulsoup4==4.4.1
CherryPy==5.6.0
CherryPy==6.0.0
coverage==4.1
decorator==4.0.9
Flask==0.10.1 # rq.filter: != 0.11.0