diff --git a/changelog.d/3192.misc.rst b/changelog.d/3192.misc.rst new file mode 100644 index 000000000..66e92276e --- /dev/null +++ b/changelog.d/3192.misc.rst @@ -0,0 +1 @@ +Add ``apsw-wheels`` to dependencies \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 2e5c828d5..80be6282c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/tools/primary_deps.ini b/tools/primary_deps.ini index 6cb5afd6d..bcdd9c126 100644 --- a/tools/primary_deps.ini +++ b/tools/primary_deps.ini @@ -10,6 +10,7 @@ install_requires = aiohttp-json-rpc aiosqlite appdirs + apsw-wheels babel click colorama