Skip to content

Commit 0614ebd

Browse files
upgraded quart used in tests and removed explicit jinja2 test dependency (due to quart fixed)
1 parent 82a5062 commit 0614ebd

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ pytest-cov==3.0.0
77
coverage==6.3.2
88
Rx==3.2.0
99
aiohttp==3.8.1
10-
quart==0.16.3
10+
quart==0.17.0
1111
coveralls==3.3.1
1212
aioquic==0.9.19
13-
14-
Jinja2==3.0.3

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ deps = flake8==4.0.1
1111
coverage==6.3.2
1212
Rx==3.2.0
1313
aiohttp==3.8.1
14-
quart==0.16.3
14+
quart==0.17.0
1515
coveralls==3.3.1
1616
aioquic==0.9.19
17-
Jinja2==3.0.3
1817

1918
commands = pytest --cov-report=html --cov --ignore=examples

0 commit comments

Comments
 (0)