2
0

requirements.txt 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. setuptools>=65.0.0,<82 # pkg_resources removed in 82; required by sqlalchemy-migrate
  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. oslo.reports
  26. paramiko>=2.1.0
  27. paste
  28. pbr
  29. psutil
  30. pyOpenSSL>=21.0.0
  31. python-keystoneclient
  32. # required by `oslo_cache` when imported by `keystonemiddleware`
  33. python-memcached>=1.56
  34. python-barbicanclient
  35. python-swiftclient>=3.2
  36. git+https://github.com/cloudbase/pywinrm.git@requests#egg=pywinrm
  37. PyYAML
  38. redis
  39. requests
  40. mysqlclient
  41. schedule
  42. strict-rfc3339
  43. sqlalchemy<2.0.0
  44. taskflow
  45. webob
  46. sshtunnel
  47. requests-unixsocket
  48. # Cherrypy wsgi, also used by Ironic.
  49. # Leveraged by coriolis-api when called directly.
  50. cheroot
  51. # Used by oslo.service in thread mode.
  52. cotyledon