forked from redhat-openstack/infrared
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
30 lines (30 loc) · 1.01 KB
/
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
# ---
# https://github.com/pypa/setuptools/issues/1042,
# this requirements.txt line for six does not help
# it's here just as documentation, install it manualy before pip install .
# or set env var VIRTUALENV_NO_DOWNLOAD=1
six
# ----
setuptools>=39.0.0
pip>=10.0.1
ansible>=2.7.5,<2.8.0
shade>=1.28
colorlog>=2.7.0
PyYAML>=3.11
netaddr >= 0.7.18
requests!=2.12.2,!=2.13.0,>=2.10.0
terminaltables>=3.1.0
Jinja2>=2.8.0 # avoid exception due to use of 'equalto', like openstack_servers
pbr>=2.0.0,!=2.1.0
Babel!=2.4.0,>=2.3.4 # osc-lib dep
gitpython # required by infrared octario plugin
argcomplete==1.8.2
PyGithub>=1.25.2
jsonschema==2.6.0
python-bugzilla>=2.1.0 # Required by 'fetch_bz' Ansible module
passlib; sys_platform == 'darwin' # Avoid 'password_hash requires the passlib python module to generate password hashes on Mac OS X/Darwin'
junit_xml>=1.8 # Required by 'junit' callback plugin
#requests 2.19.1 has requirement urllib3<1.24,>=1.21.1
urllib3<1.24,>=1.21.1
# requirements for openstack plugin
python-openstackclient>=3.2.0