Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

openstack_neutron_requirements.txt 2.1 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
  1. # Requirements lower bounds listed here are our best effort to keep them up to
  2. # date but we do not test them so no guarantee of having them all correct. If
  3. # you find any incorrect lower bounds, let us know or propose a fix.
  4. # The order of packages is significant, because pip processes them in the order
  5. # of appearance. Changing the order has an impact on the overall integration
  6. # process, which may cause wedges in the gate later.
  7. pbr>=4.0.0 # Apache-2.0
  8. Paste>=2.0.2 # MIT
  9. PasteDeploy>=1.5.0 # MIT
  10. Routes>=2.3.1 # MIT
  11. debtcollector>=1.19.0 # Apache-2.0
  12. decorator>=4.1.0 # BSD
  13. eventlet>=0.26.1 # MIT
  14. pecan>=1.3.2 # BSD
  15. httplib2>=0.9.1 # MIT
  16. requests>=2.18.0 # Apache-2.0
  17. Jinja2>=2.10 # BSD License (3 clause)
  18. keystonemiddleware>=5.1.0 # Apache-2.0
  19. netaddr>=0.7.18 # BSD
  20. netifaces>=0.10.4 # MIT
  21. neutron-lib>=3.1.0 # Apache-2.0
  22. python-neutronclient>=7.8.0 # Apache-2.0
  23. tenacity>=6.0.0 # Apache-2.0
  24. SQLAlchemy>=1.4.23 # MIT
  25. WebOb>=1.8.2 # MIT
  26. keystoneauth1>=3.14.0 # Apache-2.0
  27. alembic>=1.6.5 # MIT
  28. stevedore>=2.0.1 # Apache-2.0
  29. oslo.cache>=1.26.0 # Apache-2.0
  30. oslo.concurrency>=3.26.0 # Apache-2.0
  31. oslo.config>=9.0.0 # Apache-2.0
  32. oslo.context>=2.22.0 # Apache-2.0
  33. oslo.db>=4.44.0 # Apache-2.0
  34. oslo.i18n>=3.20.0 # Apache-2.0
  35. oslo.log>=4.5.0 # Apache-2.0
  36. oslo.messaging>=7.0.0 # Apache-2.0
  37. oslo.middleware>=3.31.0 # Apache-2.0
  38. oslo.policy>=3.12.0 # Apache-2.0
  39. oslo.privsep>=2.3.0 # Apache-2.0
  40. oslo.reports>=1.18.0 # Apache-2.0
  41. oslo.rootwrap>=5.15.0 # Apache-2.0
  42. oslo.serialization>=2.25.0 # Apache-2.0
  43. oslo.service>=2.8.0 # Apache-2.0
  44. oslo.upgradecheck>=1.3.0 # Apache-2.0
  45. oslo.utils>=4.8.0 # Apache-2.0
  46. oslo.versionedobjects>=1.35.1 # Apache-2.0
  47. osprofiler>=2.3.0 # Apache-2.0
  48. os-ken>=2.2.0 # Apache-2.0
  49. os-resource-classes>=1.1.0 # Apache-2.0
  50. ovs>=2.10.0 # Apache-2.0
  51. ovsdbapp>=1.16.0 # Apache-2.0
  52. packaging>=20.4 # Apache-2.0
  53. psutil>=5.3.0 # BSD
  54. pyroute2>=0.6.6;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2)
  55. pyOpenSSL>=17.1.0 # Apache-2.0
  56. python-novaclient>=9.1.0 # Apache-2.0
  57. openstacksdk>=0.31.2 # Apache-2.0
  58. python-designateclient>=2.7.0 # Apache-2.0
  59. os-vif>=1.15.1 # Apache-2.0
  60. futurist>=1.2.0 # Apache-2.0
  61. tooz>=1.58.0 # Apache-2.0
  62. wmi>=1.4.9;sys_platform=='win32' # MIT
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...