mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
21ed971d2f
Fixes #142 Fixes #98 Probably fixes #62
11 lines
245 B
Plaintext
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
|