maubot/optional-requirements.txt

14 lines
309 B
Plaintext
Raw Normal View History

# Format: #/name defines a new extras_require group called name
# Uncommented lines after the group definition insert things into that group.
#/postgres
psycopg2-binary>=2,<3
2021-11-19 08:22:54 -05:00
asyncpg>=0.20,<0.26
#/encryption
asyncpg>=0.20,<0.26
2021-11-19 08:22:54 -05:00
aiosqlite>=0.16,<0.18
python-olm>=3,<4
pycryptodome>=3,<4
2022-02-23 09:40:25 -05:00
unpaddedbase64>=1,<3