table_exists() now uses async SQL, refs #420

This commit is contained in:
Simon Willison 2019-03-31 11:02:22 -07:00
commit 0209a0a344
5 changed files with 47 additions and 28 deletions

View file

@ -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',
]