mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
Add asyncpg to the encryption dependencies
It's not technically required when using SQLite, but currently the code expects it to be importable. Fixes #148
This commit is contained in:
parent
ccb310b6d8
commit
339971731e
@ -6,6 +6,7 @@ psycopg2-binary>=2,<3
|
|||||||
asyncpg>=0.20,<0.26
|
asyncpg>=0.20,<0.26
|
||||||
|
|
||||||
#/e2be
|
#/e2be
|
||||||
|
asyncpg>=0.20,<0.26
|
||||||
aiosqlite>=0.16,<0.18
|
aiosqlite>=0.16,<0.18
|
||||||
python-olm>=3,<4
|
python-olm>=3,<4
|
||||||
pycryptodome>=3,<4
|
pycryptodome>=3,<4
|
||||||
|
Loading…
Reference in New Issue
Block a user