optional-requirements.txt 257 B

123456789101112
  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. unpaddedbase64>=1,<2
  6. #/metrics
  7. prometheus_client>=0.6,<0.12
  8. #/imageconvert
  9. pillow>=4,<9