maubot/optional-requirements.txt
Tulir Asokan 21ed971d2f Switch to asyncpg/aiosqlite
Fixes #142
Fixes #98
Probably fixes #62
2022-03-25 19:52:14 +02:00

11 lines
245 B
Plaintext

# Format: #/name defines a new extras_require group called name
# Uncommented lines after the group definition insert things into that group.
#/sqlite
aiosqlite>=0.16,<0.18
#/encryption
python-olm>=3,<4
pycryptodome>=3,<4
unpaddedbase64>=1,<3