maubot/optional-requirements.txt
Aurélien Bompard 202c2836b2
Add a testing framework
This changeset contains a set of Pytest fixtures and a mocked bot class to ease the writing of
Maubot plugin unit tests.

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2023-12-05 11:26:10 +01:00

12 lines
246 B
Plaintext

# 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