Fatih Degirmenci | 4cfdd1e | 2020-10-05 09:36:12 +0000 | [diff] [blame] | 1 | #------------------------------------------------------------------------------- |
| 2 | # This file contains python requirement version pins for Kubernetes stack. |
| 3 | # Do not modify this file unless you know what you are doing. |
| 4 | # Modifying this file may result in unexpected behavior. |
| 5 | #------------------------------------------------------------------------------- |
| 6 | |
| 7 | # NOTE (fdegir): Kubernetes stack python requirements |
| 8 | # Kubernetes stack can be deployed on instances provisioned from OpenStack, VMs |
| 9 | # created using libvirt, or on baremetal nodes. The requirements listed below |
| 10 | # contain all the python packages necessary for Kubernetes stack. |
| 11 | alembic==1.4.2 |
| 12 | amqp==2.5.2 |
| 13 | asn1crypto==1.3.0 |
| 14 | attrs==19.3.0 |
| 15 | automaton==2.0.0 |
| 16 | Babel==2.8.0 |
| 17 | bcrypt==3.1.7 |
| 18 | beautifulsoup4==4.8.2 |
| 19 | cachetools==4.0.0 |
| 20 | certifi==2019.11.28 |
| 21 | chardet==3.0.4 |
| 22 | click==7.1.1 |
| 23 | cliff==3.0.0 |
| 24 | cmd2==0.8.9 |
| 25 | configparser==5.0.0 |
| 26 | construct==2.8.22 |
| 27 | debtcollector==2.0.0 |
| 28 | decorator==4.4.2 |
| 29 | dictdiffer==0.8.1 |
| 30 | diskimage-builder==2.34.1 |
| 31 | Django==2.2.11 |
| 32 | django-cors-headers==3.2.1 |
| 33 | django-filter==2.2.0 |
| 34 | django-health-check==3.12.1 |
| 35 | djangorestframework==3.11.0 |
| 36 | dnspython==1.15.0 |
| 37 | docker==4.2.0 |
| 38 | dogpile.cache==0.9.0 |
| 39 | dulwich==0.19.15 |
| 40 | dynaconf==2.2.3 |
| 41 | entrypoints==0.3 |
| 42 | eventlet==0.25.1 |
| 43 | extras==1.0.0 |
| 44 | fasteners==0.14.1 |
| 45 | fixtures==3.0.0 |
| 46 | flake8==3.7.9 |
| 47 | Flask==1.1.1 |
| 48 | Flask-Migrate==2.5.3 |
| 49 | Flask-Script==2.0.6 |
| 50 | Flask-SQLAlchemy==2.4.1 |
| 51 | Frozen-Flask==0.15 |
| 52 | futurist==2.1.0 |
| 53 | git-review==1.28.0 |
| 54 | gitdb==4.0.2 |
| 55 | gitdb2==4.0.2 |
| 56 | GitPython==3.1.0 |
| 57 | google-auth==1.12.0 |
| 58 | greenlet==0.4.15 |
| 59 | hacking==2.0.0 |
| 60 | idna==2.9 |
| 61 | ifaddr==0.1.6 |
| 62 | ironic==14.0.0 |
| 63 | ironic-inspector==10.0.0 |
| 64 | ironic-lib==4.1.0 |
| 65 | ironic-python-agent-builder==1.1.0 |
| 66 | iso8601==0.1.12 |
| 67 | itsdangerous==1.1.0 |
| 68 | jmespath==0.9.5 |
| 69 | jsonpatch==1.25 |
| 70 | jsonpath-rw==1.4.0 |
| 71 | jsonpointer==2.0 |
| 72 | jsonschema==3.2.0 |
| 73 | junit-xml==1.9 |
| 74 | keystoneauth1==3.18.0 |
| 75 | keystonemiddleware==8.0.0 |
| 76 | kolla==9.0.1 |
| 77 | kolla-ansible==9.0.1 |
| 78 | kombu==4.6.8 |
| 79 | kubernetes==11.0.0 |
| 80 | libvirt-python==6.1.0 |
| 81 | linecache2==1.0.0 |
| 82 | logutils==0.3.5 |
| 83 | lxml==4.5.0 |
| 84 | Mako==1.1.2 |
| 85 | mccabe==0.6.1 |
| 86 | monotonic==1.5 |
| 87 | more-itertools==8.2.0 |
| 88 | msgpack==0.6.2 |
| 89 | munch==2.5.0 |
| 90 | netaddr==0.7.19 |
| 91 | netifaces==0.10.9 |
| 92 | networkx==2.4 |
| 93 | oauthlib==3.1.0 |
| 94 | openshift==0.11.0 |
| 95 | openstacksdk==0.43.0 |
| 96 | os-client-config==2.0.0 |
| 97 | os-service-types==1.7.0 |
| 98 | os-traits==2.2.0 |
| 99 | osc-lib==2.0.0 |
| 100 | oslo.cache==2.2.0 |
| 101 | oslo.concurrency==4.0.1 |
| 102 | oslo.config==8.0.1 |
| 103 | oslo.context==3.0.0 |
| 104 | oslo.db==8.0.0 |
| 105 | oslo.i18n==4.0.0 |
| 106 | oslo.log==4.1.0 |
| 107 | oslo.messaging==12.0.0 |
| 108 | oslo.middleware==4.0.1 |
| 109 | oslo.policy==3.0.2 |
| 110 | oslo.reports==2.0.0 |
| 111 | oslo.rootwrap==6.0.1 |
| 112 | oslo.serialization==3.1.0 |
| 113 | oslo.service==2.1.0 |
| 114 | oslo.upgradecheck==1.0.0 |
| 115 | oslo.utils==4.1.0 |
| 116 | oslo.versionedobjects==2.0.1 |
| 117 | osprofiler==3.0.0 |
| 118 | paramiko==2.7.1 |
| 119 | Paste==3.4.0 |
| 120 | PasteDeploy==2.1.0 |
| 121 | pecan==1.3.3 |
| 122 | ply==3.11 |
| 123 | prettytable==0.7.2 |
| 124 | proliantutils==2.9.4 |
| 125 | psutil==5.7.0 |
| 126 | pyasn1==0.4.8 |
| 127 | pyasn1-modules==0.2.8 |
| 128 | pycadf==3.0.0 |
| 129 | pycodestyle==2.5.0 |
| 130 | pycryptodomex==3.9.7 |
| 131 | pyfakefs==4.0.2 |
| 132 | pyflakes==2.1.1 |
| 133 | pyghmi==1.5.13 |
| 134 | Pygments==2.6.1 |
| 135 | pyinotify==0.9.6 |
| 136 | PyMySQL==0.9.3 |
| 137 | PyNaCl==1.3.0 |
| 138 | pyOpenSSL==19.1.0 |
| 139 | pyparsing==2.4.6 |
| 140 | pyperclip==1.7.0 |
| 141 | pyrsistent==0.16.0 |
| 142 | pysendfile==2.0.1 |
| 143 | pysmi==0.3.4 |
| 144 | pysnmp==4.4.12 |
| 145 | python-box==3.4.6 |
| 146 | python-cinderclient==6.0.0 |
| 147 | python-dateutil==2.8.1 |
| 148 | python-dotenv==0.12.0 |
| 149 | python-editor==1.0.4 |
| 150 | python-glanceclient==3.0.0 |
| 151 | python-heatclient==2.0.0 |
| 152 | python-ironic-inspector-client==4.0.0 |
| 153 | python-ironicclient==4.0.0 |
| 154 | python-keystoneclient==3.22.0 |
| 155 | python-mimeparse==1.6.0 |
| 156 | python-neutronclient==7.1.0 |
| 157 | python-novaclient==16.0.0 |
| 158 | python-openstackclient==5.1.0 |
| 159 | python-string-utils==1.0.0 |
| 160 | python-subunit==1.4.0 |
| 161 | python-swiftclient==3.9.0 |
| 162 | pytz==2019.3 |
| 163 | pyzmq==19.0.0 |
| 164 | reno==3.0.0 |
| 165 | repoze.lru==0.7 |
| 166 | requests==2.23.0 |
| 167 | requests-oauthlib==1.3.0 |
| 168 | requestsexceptions==1.4.0 |
| 169 | retrying==1.3.3 |
| 170 | rfc3986==1.3.2 |
| 171 | Routes==2.4.1 |
| 172 | rsa==4.0 |
| 173 | ruamel.yaml==0.16.10 |
| 174 | ruamel.yaml.clib==0.2.0 |
| 175 | shade==1.33.0 |
| 176 | simplegeneric==0.8.1 |
| 177 | simplejson==3.17.0 |
| 178 | smmap==3.0.1 |
| 179 | smmap2==3.0.1 |
| 180 | soupsieve==2.0 |
| 181 | SQLAlchemy==1.3.15 |
| 182 | sqlalchemy-migrate==0.13.0 |
| 183 | sqlparse==0.3.1 |
| 184 | statsd==3.3.0 |
| 185 | stevedore==1.32.0 |
| 186 | sushy==3.1.0 |
| 187 | Tempita==0.5.2 |
| 188 | tenacity==6.1.0 |
| 189 | testresources==2.0.1 |
| 190 | testscenarios==0.5.0 |
| 191 | testtools==2.4.0 |
| 192 | toml==0.10.0 |
| 193 | tooz==2.2.0 |
| 194 | traceback2==1.4.0 |
| 195 | tzlocal==2.0.0 |
| 196 | unittest2==1.1.0 |
| 197 | urllib3==1.25.8 |
| 198 | vine==1.3.0 |
| 199 | virtualbmc==2.0.0 |
| 200 | virtualenv==20.0.14 |
| 201 | voluptuous==0.11.7 |
| 202 | waitress==1.4.3 |
| 203 | warlock==1.3.3 |
| 204 | wcwidth==0.1.9 |
| 205 | WebOb==1.8.6 |
| 206 | websocket-client==0.57.0 |
| 207 | WebTest==2.0.34 |
| 208 | Werkzeug==1.0.0 |
| 209 | whitenoise==5.0.1 |
| 210 | wrapt==1.12.1 |
| 211 | WSME==0.9.3 |
| 212 | XStatic==1.0.2 |
| 213 | XStatic-Bootstrap-SCSS==3.3.7.1 |
| 214 | XStatic-DataTables==1.10.15.1 |
| 215 | XStatic-jQuery==1.12.4.1 |
| 216 | XStatic-Patternfly==3.21.0.1 |
| 217 | XStatic-Patternfly-Bootstrap-Treeview==2.1.3.2 |
| 218 | yappi==1.2.3 |
| 219 | zeroconf==0.24.5 |
| 220 | |
| 221 | # vim: set ts=2 sw=2 expandtab: |