add apsw-wheels to deps (#3192)

This commit is contained in:
Michael H 2019-12-20 01:51:33 -05:00 committed by GitHub
parent e32eecd6e7
commit 02bb1fc390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
Add ``apsw-wheels`` to dependencies

View File

@ -30,6 +30,7 @@ install_requires =
aiohttp-json-rpc==0.12.1
aiosqlite==0.10.0
appdirs==1.4.3
apsw-wheels==3.30.1.post1
async-timeout==3.0.1
attrs==19.1.0
Babel==2.7.0

View File

@ -10,6 +10,7 @@ install_requires =
aiohttp-json-rpc
aiosqlite
appdirs
apsw-wheels
babel
click
colorama