mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
table_exists() now uses async SQL, refs #420
This commit is contained in:
parent
82fec60481
commit
0209a0a344
5 changed files with 47 additions and 28 deletions
1
setup.py
1
setup.py
|
|
@ -50,6 +50,7 @@ setup(
|
|||
extras_require={
|
||||
'test': [
|
||||
'pytest==4.0.2',
|
||||
'pytest-asyncio==0.10.0',
|
||||
'aiohttp==3.5.3',
|
||||
'beautifulsoup4==4.6.1',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue