Skip to content

Commit 05365c3

Browse files
committed
chore: change quart version constraint
1 parent 92615eb commit 05365c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
]
4040

4141
install_quart_requires = [
42-
"quart==0.13.1"
42+
"quart>=0.6.15"
4343
]
4444

4545
install_all_requires = \

tests/quart/test_graphqlview.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import json
2+
23
# from io import StringIO
34
from urllib.parse import urlencode
45

0 commit comments

Comments
 (0)