mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
add apsw-wheels to deps (#3192)
This commit is contained in:
parent
e32eecd6e7
commit
02bb1fc390
1
changelog.d/3192.misc.rst
Normal file
1
changelog.d/3192.misc.rst
Normal file
@ -0,0 +1 @@
|
|||||||
|
Add ``apsw-wheels`` to dependencies
|
||||||
@ -30,6 +30,7 @@ install_requires =
|
|||||||
aiohttp-json-rpc==0.12.1
|
aiohttp-json-rpc==0.12.1
|
||||||
aiosqlite==0.10.0
|
aiosqlite==0.10.0
|
||||||
appdirs==1.4.3
|
appdirs==1.4.3
|
||||||
|
apsw-wheels==3.30.1.post1
|
||||||
async-timeout==3.0.1
|
async-timeout==3.0.1
|
||||||
attrs==19.1.0
|
attrs==19.1.0
|
||||||
Babel==2.7.0
|
Babel==2.7.0
|
||||||
|
|||||||
@ -10,6 +10,7 @@ install_requires =
|
|||||||
aiohttp-json-rpc
|
aiohttp-json-rpc
|
||||||
aiosqlite
|
aiosqlite
|
||||||
appdirs
|
appdirs
|
||||||
|
apsw-wheels
|
||||||
babel
|
babel
|
||||||
click
|
click
|
||||||
colorama
|
colorama
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user