optional-requirements.txt 247 B

12345678910
  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.10