-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpy3-clients-requirements.txt
65 lines (56 loc) · 2.47 KB
/
py3-clients-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
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
# Zaza
git+https://github.com/openstack-charmers/zaza.git#egg=zaza
git+https://github.com/openstack-charmers/zaza-openstack-tests.git#egg=zaza.openstack
# Juju crashdump
# pin commit to work around https://github.com/juju/juju-crashdump/issues/34
git+https://github.com/juju/juju-crashdump.git@dba9ff0e6d71d25d37d9011d032d5fcc1af21c5c#egg=jujucrashdump
# Mojo
juju-deployer
websocket-client!=0.44.0 # https://bugs.launchpad.net/mojo/+bug/1713871
argcomplete>=0.8.1 # Version in Xenial
jinja2>=2.8 # Version in Xenial
setuptools==36.4.0 # For Mojo
bzr+lp:codetree#egg=python-codetree
# disabled because of a bug because of which whitelisted states aren't taken
# into account when waiting for the model to become ready:
# bzr+lp:mojo#egg=mojo
bzr+lp:~ost-maintainers/mojo/py3#egg=mojo
cmd2!=0.8.3 # MIT
dnspython
babel!=2.4.0,>=2.3.4
paramiko # For mojo_os_utils
# OpenStack
python-openstackclient>=3.14.0,<3.19.0; python_version < '3.6'
python-openstackclient>=3.14.0; python_version >= '3.6'
aodhclient<1.3.0; python_version < '3.6'
aodhclient; python_version >= '3.6'
python-designateclient>=1.5,<3.0.0; python_version < '3.6'
python-designateclient>=1.5; python_version >= '3.6'
python-barbicanclient<5.0.0; python_version < '3.6'
python-barbicanclient; python_version >= '3.6'
python-ceilometerclient
python-cinderclient<4.3.0; python_version < '3.6'
python-cinderclient; python_version >= '3.6'
python-glanceclient<2.17.0; python_version < '3.6'
python-glanceclient; python_version >= '3.6'
python-heatclient<1.18.0; python_version < '3.6'
python-heatclient; python_version >= '3.6'
python-keystoneclient<3.20.0; python_version < '3.6'
python-keystoneclient; python_version >= '3.6'
python-neutronclient<6.13.0; python_version < '3.6'
python-neutronclient; python_version >= '3.6'
python-novaclient<14.0.0; python_version < '3.6'
python-novaclient; python_version >= '3.6'
python-swiftclient<=3.8.0; python_version < '3.6'
python-swiftclient; python_version >= '3.6'
# Newer versions use keywords that didn't exist in
# python 3.5 yet (e.g. "ModuleNotFoundError")
importlib-metadata<3.0.0; python_version < '3.6'
importlib-resources<3.0.0; python_version < '3.6'
# Missing dependency of python-openstackclient:
dogpile.cache<1.0.0; python_version < '3.6'
# Dependency of python-openstackclient. Newer versions dropped Python 3.5
# support:
openstacksdk<=0.31.1; python_version < '3.6'
# Dependency of python-glanceclient. Newer versions dropped Python 3.5 support:
oslo.utils<=3.41.0; python_version < '3.6'