forked from openstack-charmers/zaza
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
37 lines (37 loc) · 1023 Bytes
/
requirements.txt
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
pyparsing<3.0.0 # pin for aodhclient which is held for py35
async_generator
kubernetes<18.0.0; python_version < '3.6' # pined, as juju uses kubernetes
# pinned until 3.0 regressions are handled: https://github.com/openstack-charmers/zaza/issues/545
juju<3.0
juju_wait
PyYAML>=3.0
pbr==5.6.0
simplejson>=2.2.0
netifaces>=0.10.4
netaddr>=0.7.12,!=0.7.16
Jinja2>=2.6 # BSD License (3 clause)
six>=1.9.0
dnspython>=1.12.0
psutil>=1.1.1,<2.0.0
oslo.config<6.9.0;python_version < '3.6' # pin for py3.5 support
oslo.context<3.0.0;python_version < '3.6' # pin for py3.5 support
osprofiler<3.0.0;python_version < '3.6' # pin for py3.5 support
python-openstackclient>=3.14.0
aodhclient
python-designateclient
python-ceilometerclient
python-cinderclient
python-glanceclient
python-heatclient
python-keystoneclient
python-neutronclient
python-novaclient
python-octaviaclient
python-swiftclient
tenacity>8.2.0
paramiko
python-libmaas
requests<2.26 # pin for py3.5 support
# Documentation requirements
sphinx
sphinxcontrib-asyncio