mirror of
https://github.com/maubot/maubot
synced 2025-08-29 12:10:38 +00:00
11 lines
261 B
Text
11 lines
261 B
Text
# 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
|
|
|
|
#/e2be
|
|
asyncpg>=0.20,<0.22
|
|
python-olm>=3,<4
|
|
pycryptodome>=3,<4
|
|
unpaddedbase64>=1,<2
|