requirements.txt 827 B

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