mirror of
https://github.com/simonw/datasette.git
synced 2026-06-01 06:37:02 +02:00
Replace Janus queue with asyncio.Future
Closes #1752 AI generated patch explanation: https://gisthost.github.io/?e2b8d9c7666e988b5c003ff5e5ef3098
This commit is contained in:
parent
46d90a0b88
commit
3110faa0ba
5 changed files with 140 additions and 47 deletions
|
|
@ -32,7 +32,6 @@ dependencies = [
|
|||
"pluggy>=1.0",
|
||||
"uvicorn>=0.11",
|
||||
"aiofiles>=0.4",
|
||||
"janus>=0.6.2",
|
||||
"PyYAML>=5.3",
|
||||
"mergedeep>=1.1.1",
|
||||
"itsdangerous>=1.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue