requirements: Filter CherryPy 9.0.0

This commit is contained in:
Florian Bruhin 2017-01-20 09:11:56 +01:00
parent 37dc99c26f
commit 3584eabd6f
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
beautifulsoup4==4.5.3
CherryPy==8.9.1
CherryPy==8.9.1 # rq.filter: < 9.0.0
click==6.7
coverage==4.3.4
decorator==4.0.11

View File

@ -1,5 +1,5 @@
beautifulsoup4
CherryPy
CherryPy<9.0.0
coverage
Flask
httpbin
@ -20,4 +20,6 @@ pytest-xvfb
vulture
#@ ignore: Jinja2, MarkupSafe
#@ filter: pytest != 3.0.5
#@ filter: pytest != 3.0.5
# https://github.com/cherrypy/cheroot/pull/2
#@ filter: CherryPy < 9.0.0