optional-requirements.txt 326 B

12345678910111213141516171819
  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,<3
  6. #/metrics
  7. prometheus_client>=0.6,<0.18
  8. #/proxy
  9. pysocks
  10. aiohttp-socks
  11. #/imageconvert
  12. pillow>=10.0.1,<11
  13. #/sqlite
  14. aiosqlite>=0.16,<0.20