We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 692c0e9 commit a0d0c3dCopy full SHA for a0d0c3d
test-requirements.txt
@@ -8,7 +8,7 @@ pytest-watch==4.2.0
8
tox==3.7.0
9
jsonschema==3.2.0
10
pyrsistent==0.16.0 # TODO(py3): 0.17.0 requires python3, see https://github.com/tobgu/pyrsistent/issues/205
11
-executing
+executing<2.0.0 # TODO(py3): 2.0.0 requires python3
12
asttokens
13
responses
14
pysocks
tox.ini
@@ -379,6 +379,7 @@ deps =
379
# Quart
380
quart: quart-auth
381
quart: pytest-asyncio
382
+ quart: werkzeug<3.0.0
383
quart-v0.16: blinker<1.6
384
quart-v0.16: jinja2<3.1.0
385
quart-v0.16: Werkzeug<2.1.0
0 commit comments