requirements.txt 834 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. oslo.cache
  12. oslo.concurrency
  13. oslo.config
  14. oslo.context>=2.19.1
  15. oslo.db
  16. oslo.i18n
  17. oslo.log
  18. oslo.messaging==12.2.0
  19. oslo.middleware
  20. oslo.policy
  21. oslo.serialization
  22. oslo.service>=1.12.0
  23. oslo.versionedobjects
  24. paramiko>=2.1.0
  25. paste
  26. pbr
  27. psutil
  28. pyOpenSSL
  29. python-keystoneclient
  30. # required by `oslo_cache` when imported by `keystonemiddleware`
  31. python-memcached>=1.56
  32. python-barbicanclient
  33. python-swiftclient>=3.2
  34. git+https://github.com/cloudbase/pywinrm.git@requests#egg=pywinrm
  35. PyYAML
  36. redis
  37. requests
  38. mysqlclient
  39. schedule
  40. strict-rfc3339
  41. sqlalchemy
  42. taskflow
  43. webob
  44. sshtunnel
  45. requests-unixsocket