753036067d
* 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. |
||
---|---|---|
.. | ||
README.md | ||
requirements-check-manifest.txt | ||
requirements-codecov.txt | ||
requirements-cxfreeze.txt | ||
requirements-flake8.txt | ||
requirements-pip.txt | ||
requirements-pyinstaller.txt | ||
requirements-pylint-master.txt | ||
requirements-pylint.txt | ||
requirements-pyroma.txt | ||
requirements-tests.txt | ||
requirements-tox.txt | ||
requirements-vulture.txt |
This directory contains various requirements
files which are used by tox
to
have reproducable tests with pinned versions.