mirror of
https://github.com/simonw/datasette.git
synced 2026-09-21 07:54:20 +02:00
httpx>=0.20,<1.0
So when https 1.0 comes out this doesn't break. Datasette main has moved to httpx2, see #2879
This commit is contained in:
parent
fd4841b5d3
commit
8d1d871266
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",
|
||||
"Jinja2>=2.10.3",
|
||||
"hupper>=1.9",
|
||||
"httpx>=0.20",
|
||||
"httpx>=0.20,<1.0",
|
||||
"pluggy>=1.0",
|
||||
"uvicorn>=0.11",
|
||||
"aiofiles>=0.4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue