requirements: Filter CherryPy 9.0.0
This commit is contained in:
parent
37dc99c26f
commit
3584eabd6f
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user