optional-requirements.txt 321 B

1234567891011121314151617
  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,<2
  7. #/metrics
  8. prometheus_client>=0.6,<0.9
  9. #/formattednumbers
  10. phonenumbers>=8,<9
  11. #/qrlink
  12. qrcode>=6,<7
  13. Pillow>=4,<8