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 82a5062 commit 0614ebdCopy full SHA for 0614ebd
requirements.txt
@@ -7,8 +7,6 @@ pytest-cov==3.0.0
7
coverage==6.3.2
8
Rx==3.2.0
9
aiohttp==3.8.1
10
-quart==0.16.3
+quart==0.17.0
11
coveralls==3.3.1
12
aioquic==0.9.19
13
-
14
-Jinja2==3.0.3
tox.ini
@@ -11,9 +11,8 @@ deps = flake8==4.0.1
- quart==0.16.3
+ quart==0.17.0
15
16
17
- Jinja2==3.0.3
18
19
commands = pytest --cov-report=html --cov --ignore=examples
0 commit comments