mirror of
https://github.com/maubot/maubot
synced 2025-08-28 13:40:37 +00:00
14 lines
276 B
Text
14 lines
276 B
Text
# Format: #/name defines a new extras_require group called name
|
|
# Uncommented lines after the group definition insert things into that group.
|
|
|
|
#/encryption
|
|
python-olm>=3,<4
|
|
pycryptodome>=3,<4
|
|
unpaddedbase64>=1,<3
|
|
|
|
#/testing
|
|
pytest
|
|
pytest-asyncio
|
|
|
|
#/legacydb
|
|
SQLAlchemy>1,<1.4
|