Skip to content

Commit

Permalink
update quart to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
cleoold committed Apr 27, 2022
1 parent 9d2c864 commit cf4604a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Quart>=0.14,<0.15
Quart>=0.17,<1.0
httpx>=0.11,<1.0
pdoc3>=0.7.5,<0.10
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package_data={
'': ['*.pyi'],
},
install_requires=['Quart>=0.14,<0.15', 'httpx>=0.11,<1.0'],
install_requires=['Quart>=0.17,<1.0', 'httpx>=0.11,<1.0'],
extras_require={
'all': ['ujson'],
},
Expand Down

0 comments on commit cf4604a

Please sign in to comment.