requirements.txt 870 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. eventlet
  2. keystoneauth1
  3. keystonemiddleware
  4. Jinja2
  5. jsonschema
  6. # NOTE (aznashwan, 21-03-31): kombu>=5 has some weird interactions with
  7. # oslo_messaging which causes extreme RAM usage in the API service,
  8. # so we limit its version here.
  9. kombu==4.6.10
  10. PyMySQL
  11. netifaces
  12. oslo.cache
  13. oslo.concurrency
  14. oslo.config<9.8.0
  15. oslo.context<6.0.0
  16. oslo.db<=12.3.2
  17. oslo.i18n
  18. oslo.log
  19. oslo.messaging==12.2.0
  20. oslo.middleware
  21. oslo.policy
  22. oslo.serialization
  23. oslo.service>=1.12.0
  24. oslo.versionedobjects
  25. paramiko>=2.1.0
  26. paste
  27. pbr
  28. psutil
  29. pyOpenSSL>=21.0.0
  30. python-keystoneclient
  31. # required by `oslo_cache` when imported by `keystonemiddleware`
  32. python-memcached>=1.56
  33. python-barbicanclient
  34. python-swiftclient>=3.2
  35. git+https://github.com/cloudbase/pywinrm.git@requests#egg=pywinrm
  36. PyYAML
  37. redis
  38. requests
  39. mysqlclient
  40. schedule
  41. strict-rfc3339
  42. sqlalchemy<2.0.0
  43. taskflow
  44. webob
  45. sshtunnel
  46. requests-unixsocket