mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Test harness now uses ASGI, some tests pass #272
This commit is contained in:
parent
180d5be811
commit
b53a75c460
2 changed files with 49 additions and 8 deletions
1
setup.py
1
setup.py
|
|
@ -61,6 +61,7 @@ setup(
|
|||
"pytest-asyncio==0.10.0",
|
||||
"aiohttp==3.5.3",
|
||||
"beautifulsoup4==4.6.1",
|
||||
"asgiref==3.1.2",
|
||||
]
|
||||
+ maybe_black
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue