optional-requirements.txt 394 B

1234567891011121314151617181920212223
  1. # Format: #/name defines a new extras_require group called name
  2. # Uncommented lines after the group definition insert things into that group.
  3. #/e2be
  4. python-olm>=3,<4
  5. pycryptodome>=3,<4
  6. unpaddedbase64>=1,<3
  7. #/metrics
  8. prometheus_client>=0.6,<0.13
  9. #/formattednumbers
  10. phonenumbers>=8,<9
  11. #/qrlink
  12. qrcode>=6,<7
  13. Pillow>=4,<9
  14. #/stickers
  15. signalstickers-client>=3,<4
  16. #/sqlite
  17. aiosqlite>=0.16,<0.18