Skip to content

Commit

Permalink
chore: change quart version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
KingDarBoja committed Oct 25, 2020
1 parent 92615eb commit 05365c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
]

install_quart_requires = [
"quart==0.13.1"
"quart>=0.6.15"
]

install_all_requires = \
Expand Down
1 change: 1 addition & 0 deletions tests/quart/test_graphqlview.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import json

# from io import StringIO
from urllib.parse import urlencode

Expand Down

0 comments on commit 05365c3

Please sign in to comment.