mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Back to httpx>=0.20, refs #2443
This commit is contained in:
parent
bd818aef62
commit
496463bd4c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -49,7 +49,7 @@ setup(
|
||||||
"click-default-group>=1.2.3",
|
"click-default-group>=1.2.3",
|
||||||
"Jinja2>=2.10.3",
|
"Jinja2>=2.10.3",
|
||||||
"hupper>=1.9",
|
"hupper>=1.9",
|
||||||
"httpx>=0.28.0",
|
"httpx>=0.20",
|
||||||
"pluggy>=1.0",
|
"pluggy>=1.0",
|
||||||
"uvicorn>=0.11",
|
"uvicorn>=0.11",
|
||||||
"aiofiles>=0.4",
|
"aiofiles>=0.4",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue