mirror of
https://github.com/mautrix/signal.git
synced 2025-03-14 14:15:36 +00:00
17 lines
321 B
Text
17 lines
321 B
Text
# Format: #/name defines a new extras_require group called name
|
|
# Uncommented lines after the group definition insert things into that group.
|
|
|
|
#/e2be
|
|
python-olm>=3,<4
|
|
pycryptodome>=3,<4
|
|
unpaddedbase64>=1,<2
|
|
|
|
#/metrics
|
|
prometheus_client>=0.6,<0.9
|
|
|
|
#/formattednumbers
|
|
phonenumbers>=8,<9
|
|
|
|
#/qrlink
|
|
qrcode>=6,<7
|
|
Pillow>=4,<8
|