blob: 279bf49f4004c6f4832a495f9e04ec4b7a322b4c [file] [log] [blame]
Fatih Degirmenci2d553202020-01-06 23:40:44 +00001#-------------------------------------------------------------------------------
2# This file contains engine python requirement version pins.
3# Changing versions might have side effects!
4#
5# An important point to highlight here is that this file contains all the
6# dependencies that is potentially needed for various combinations and
7# scenarios supported by the framework. This means that we might be installing
8# some unnecessary dependencies for the scenarios supported by the framework
9# by collecting everything in one place. An example to this is installing
10# libvirt dependencies that are not actually needed for cloud/heat based
11# deployments and vice versa. However, this is a very small cost comparing the
12# benefits we get such as having ability to list, manage, and install python
13# packages in one place or for pinning versions to ensure reproducibility.
14# If we see the need to adjust and limit the packages we need to install
15# dependending on the scenario, we can fine tune what is installed where by
16# introducing additional requirements files.
17#
18# Finally, this list currently only contains the dependencies required for
19# the engine itself meaning that the dependencies required for scenarios that
20# are developed in swconfig repo is not part of the file. They will be included
21# and controlled using this file over time once the basics are in place.
22#-------------------------------------------------------------------------------
23
24# NOTE: engine top level requirements
Fatih Degirmencib0940372020-03-15 22:28:54 +000025alembic==1.4.2
Your Name28e7cf32019-12-12 14:02:40 +000026amqp==2.5.2
Fatih Degirmencib0940372020-03-15 22:28:54 +000027ansible==2.9.6
Your Name28e7cf32019-12-12 14:02:40 +000028appdirs==1.4.3
Fatih Degirmencib0940372020-03-15 22:28:54 +000029ara==1.3.2
30asn1crypto==1.3.0
31attrs==19.3.0
32automaton==2.0.0
33Babel==2.8.0
Your Name28e7cf32019-12-12 14:02:40 +000034bcrypt==3.1.7
Fatih Degirmencib0940372020-03-15 22:28:54 +000035beautifulsoup4==4.8.2
Your Name28e7cf32019-12-12 14:02:40 +000036bindep==2.8.1
Fatih Degirmencib0940372020-03-15 22:28:54 +000037cachetools==4.0.0
38certifi==2019.11.28
39cffi==1.14.0
Your Name28e7cf32019-12-12 14:02:40 +000040chardet==3.0.4
Fatih Degirmencib0940372020-03-15 22:28:54 +000041click==7.1.1
42cliff==3.0.0
Your Name28e7cf32019-12-12 14:02:40 +000043cmd2==0.8.9
Fatih Degirmencib0940372020-03-15 22:28:54 +000044configparser==5.0.0
Your Name28e7cf32019-12-12 14:02:40 +000045construct==2.8.22
Fatih Degirmencib0940372020-03-15 22:28:54 +000046cryptography==2.8
47debtcollector==2.0.0
48decorator==4.4.2
Your Name28e7cf32019-12-12 14:02:40 +000049dictdiffer==0.8.1
Fatih Degirmencib0940372020-03-15 22:28:54 +000050diskimage-builder==2.34.1
51distlib==0.3.0
Your Name28e7cf32019-12-12 14:02:40 +000052distro==1.4.0
Fatih Degirmencib0940372020-03-15 22:28:54 +000053Django==2.2.11
54django-cors-headers==3.2.1
55django-filter==2.2.0
56django-health-check==3.12.1
57djangorestframework==3.11.0
Your Name28e7cf32019-12-12 14:02:40 +000058dnspython==1.15.0
59docker==4.2.0
Fatih Degirmencib0940372020-03-15 22:28:54 +000060dogpile.cache==0.9.0
61dulwich==0.19.15
62dynaconf==2.2.3
63entrypoints==0.3
Your Name28e7cf32019-12-12 14:02:40 +000064eventlet==0.25.1
65extras==1.0.0
66fasteners==0.14.1
Fatih Degirmencib0940372020-03-15 22:28:54 +000067filelock==3.0.12
Your Name28e7cf32019-12-12 14:02:40 +000068fixtures==3.0.0
Fatih Degirmencib0940372020-03-15 22:28:54 +000069flake8==3.7.9
Your Name28e7cf32019-12-12 14:02:40 +000070Flask==1.1.1
Fatih Degirmencib0940372020-03-15 22:28:54 +000071Flask-Migrate==2.5.3
Your Name28e7cf32019-12-12 14:02:40 +000072Flask-Script==2.0.6
73Flask-SQLAlchemy==2.4.1
74Frozen-Flask==0.15
Fatih Degirmencib0940372020-03-15 22:28:54 +000075futurist==2.1.0
76git-review==1.28.0
77gitdb==4.0.2
78gitdb2==4.0.2
79GitPython==3.1.0
80google-auth==1.12.0
Your Name28e7cf32019-12-12 14:02:40 +000081greenlet==0.4.15
Fatih Degirmencib0940372020-03-15 22:28:54 +000082hacking==2.0.0
83idna==2.9
Your Name28e7cf32019-12-12 14:02:40 +000084ifaddr==0.1.6
Fatih Degirmencib0940372020-03-15 22:28:54 +000085importlib-metadata==1.5.2
86importlib-resources==1.4.0
87ironic==14.0.0
Your Name28e7cf32019-12-12 14:02:40 +000088ironic-inspector==10.0.0
Fatih Degirmencib0940372020-03-15 22:28:54 +000089ironic-lib==4.1.0
Your Name28e7cf32019-12-12 14:02:40 +000090ironic-python-agent-builder==1.1.0
91iso8601==0.1.12
92itsdangerous==1.1.0
Fatih Degirmencib0940372020-03-15 22:28:54 +000093Jinja2==2.11.1
94jmespath==0.9.5
95jsonpatch==1.25
Your Name28e7cf32019-12-12 14:02:40 +000096jsonpath-rw==1.4.0
97jsonpointer==2.0
Fatih Degirmencib0940372020-03-15 22:28:54 +000098jsonschema==3.2.0
99junit-xml==1.9
100keystoneauth1==3.18.0
101keystonemiddleware==8.0.0
102kolla==9.0.1
103kolla-ansible==9.0.1
104kombu==4.6.8
105kubernetes==11.0.0
106libvirt-python==6.1.0
Your Name28e7cf32019-12-12 14:02:40 +0000107linecache2==1.0.0
108logutils==0.3.5
Fatih Degirmencib0940372020-03-15 22:28:54 +0000109lxml==4.5.0
110Mako==1.1.2
Your Name28e7cf32019-12-12 14:02:40 +0000111MarkupSafe==1.1.1
Fatih Degirmencib0940372020-03-15 22:28:54 +0000112mccabe==0.6.1
Your Name28e7cf32019-12-12 14:02:40 +0000113monotonic==1.5
Fatih Degirmencib0940372020-03-15 22:28:54 +0000114more-itertools==8.2.0
115msgpack==0.6.2
116munch==2.5.0
Your Name28e7cf32019-12-12 14:02:40 +0000117netaddr==0.7.19
118netifaces==0.10.9
119networkx==2.4
120oauthlib==3.1.0
Fatih Degirmencib0940372020-03-15 22:28:54 +0000121openshift==0.11.0
122openstacksdk==0.43.0
123os-client-config==2.0.0
Your Name28e7cf32019-12-12 14:02:40 +0000124os-service-types==1.7.0
Fatih Degirmencib0940372020-03-15 22:28:54 +0000125os-traits==2.2.0
126osc-lib==2.0.0
127oslo.cache==2.2.0
128oslo.concurrency==4.0.1
129oslo.config==8.0.1
130oslo.context==3.0.0
131oslo.db==8.0.0
132oslo.i18n==4.0.0
133oslo.log==4.1.0
134oslo.messaging==12.0.0
135oslo.middleware==4.0.1
136oslo.policy==3.0.2
137oslo.reports==2.0.0
138oslo.rootwrap==6.0.1
139oslo.serialization==3.1.0
140oslo.service==2.1.0
141oslo.upgradecheck==1.0.0
142oslo.utils==4.1.0
143oslo.versionedobjects==2.0.1
144osprofiler==3.0.0
Your Name28e7cf32019-12-12 14:02:40 +0000145paramiko==2.7.1
146Parsley==1.3
Fatih Degirmencib0940372020-03-15 22:28:54 +0000147Paste==3.4.0
148PasteDeploy==2.1.0
149pbr==5.4.4
Your Name28e7cf32019-12-12 14:02:40 +0000150pecan==1.3.3
Fatih Degirmencib0940372020-03-15 22:28:54 +0000151pip==20.0.2
Your Name28e7cf32019-12-12 14:02:40 +0000152ply==3.11
153prettytable==0.7.2
Fatih Degirmencib0940372020-03-15 22:28:54 +0000154proliantutils==2.9.4
155psutil==5.7.0
156pyasn1==0.4.8
Your Name28e7cf32019-12-12 14:02:40 +0000157pyasn1-modules==0.2.8
Fatih Degirmencib0940372020-03-15 22:28:54 +0000158pycadf==3.0.0
159pycodestyle==2.5.0
160pycparser==2.20
161pycryptodomex==3.9.7
162pyfakefs==4.0.2
163pyflakes==2.1.1
164pyghmi==1.5.13
165Pygments==2.6.1
Your Name28e7cf32019-12-12 14:02:40 +0000166pyinotify==0.9.6
167PyMySQL==0.9.3
168PyNaCl==1.3.0
Fatih Degirmencib0940372020-03-15 22:28:54 +0000169pyOpenSSL==19.1.0
170pyparsing==2.4.6
Your Name28e7cf32019-12-12 14:02:40 +0000171pyperclip==1.7.0
Fatih Degirmencib0940372020-03-15 22:28:54 +0000172pyrsistent==0.16.0
Your Name28e7cf32019-12-12 14:02:40 +0000173pysendfile==2.0.1
174pysmi==0.3.4
Fatih Degirmencib0940372020-03-15 22:28:54 +0000175pysnmp==4.4.12
176python-box==3.4.6
177python-cinderclient==6.0.0
178python-dateutil==2.8.1
179python-dotenv==0.12.0
Your Name28e7cf32019-12-12 14:02:40 +0000180python-editor==1.0.4
Fatih Degirmencib0940372020-03-15 22:28:54 +0000181python-glanceclient==3.0.0
182python-heatclient==2.0.0
183python-ironic-inspector-client==4.0.0
184python-ironicclient==4.0.0
185python-keystoneclient==3.22.0
Your Name28e7cf32019-12-12 14:02:40 +0000186python-mimeparse==1.6.0
Fatih Degirmencib0940372020-03-15 22:28:54 +0000187python-neutronclient==7.1.0
188python-novaclient==16.0.0
189python-openstackclient==5.1.0
190python-string-utils==1.0.0
191python-subunit==1.4.0
192python-swiftclient==3.9.0
193pytz==2019.3
194PyYAML==5.3.1
195pyzmq==19.0.0
Fatih Degirmenci11b40122020-03-23 22:06:53 +0000196reno==3.0.0
Fatih Degirmencib0940372020-03-15 22:28:54 +0000197repoze.lru==0.7
198requests==2.23.0
Your Name28e7cf32019-12-12 14:02:40 +0000199requests-oauthlib==1.3.0
200requestsexceptions==1.4.0
201retrying==1.3.3
202rfc3986==1.3.2
203Routes==2.4.1
204rsa==4.0
205ruamel.yaml==0.16.10
206ruamel.yaml.clib==0.2.0
Fatih Degirmencib0940372020-03-15 22:28:54 +0000207shade==1.33.0
Your Name28e7cf32019-12-12 14:02:40 +0000208simplegeneric==0.8.1
Fatih Degirmencib0940372020-03-15 22:28:54 +0000209simplejson==3.17.0
210six==1.14.0
211smmap==3.0.1
212smmap2==3.0.1
213soupsieve==2.0
214SQLAlchemy==1.3.15
215sqlalchemy-migrate==0.13.0
216sqlparse==0.3.1
Your Name28e7cf32019-12-12 14:02:40 +0000217statsd==3.3.0
Fatih Degirmencib0940372020-03-15 22:28:54 +0000218stevedore==1.32.0
219sushy==3.1.0
Your Name28e7cf32019-12-12 14:02:40 +0000220Tempita==0.5.2
Fatih Degirmencib0940372020-03-15 22:28:54 +0000221tenacity==6.1.0
Your Name28e7cf32019-12-12 14:02:40 +0000222testresources==2.0.1
223testscenarios==0.5.0
Fatih Degirmencib0940372020-03-15 22:28:54 +0000224testtools==2.4.0
225toml==0.10.0
226tooz==2.2.0
Your Name28e7cf32019-12-12 14:02:40 +0000227traceback2==1.4.0
Fatih Degirmencib0940372020-03-15 22:28:54 +0000228tzlocal==2.0.0
Your Name28e7cf32019-12-12 14:02:40 +0000229unittest2==1.1.0
Fatih Degirmencib0940372020-03-15 22:28:54 +0000230urllib3==1.25.8
Your Name28e7cf32019-12-12 14:02:40 +0000231vine==1.3.0
Fatih Degirmencib0940372020-03-15 22:28:54 +0000232virtualbmc==2.0.0
233virtualenv==20.0.14
Your Name28e7cf32019-12-12 14:02:40 +0000234voluptuous==0.11.7
Fatih Degirmencib0940372020-03-15 22:28:54 +0000235waitress==1.4.3
Your Name28e7cf32019-12-12 14:02:40 +0000236warlock==1.3.3
Fatih Degirmencib0940372020-03-15 22:28:54 +0000237wcwidth==0.1.9
238WebOb==1.8.6
Your Name28e7cf32019-12-12 14:02:40 +0000239websocket-client==0.57.0
Fatih Degirmencib0940372020-03-15 22:28:54 +0000240WebTest==2.0.34
241Werkzeug==1.0.0
242whitenoise==5.0.1
243wrapt==1.12.1
Your Name28e7cf32019-12-12 14:02:40 +0000244WSME==0.9.3
245XStatic==1.0.2
246XStatic-Bootstrap-SCSS==3.3.7.1
247XStatic-DataTables==1.10.15.1
Fatih Degirmencib0940372020-03-15 22:28:54 +0000248XStatic-jQuery==1.12.4.1
Your Name28e7cf32019-12-12 14:02:40 +0000249XStatic-Patternfly==3.21.0.1
250XStatic-Patternfly-Bootstrap-Treeview==2.1.3.2
Fatih Degirmencib0940372020-03-15 22:28:54 +0000251yappi==1.2.3
252zeroconf==0.24.5
253zipp==3.1.0