maubot/optional-requirements.txt

11 lines
245 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.
#/sqlite
aiosqlite>=0.16,<0.18
#/encryption
python-olm>=3,<4
pycryptodome>=3,<4
2022-02-23 14:40:25 +00:00
unpaddedbase64>=1,<3