forked from ManageIQ/integration_tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
92 lines (81 loc) · 1.42 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
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
cached-property
boto
bottle
bottle-sqlite
diaper
docker-py
fauxfactory>=2.0.7
flake8
function_trace
functools32
ipython
iso8601
Jinja2
jsmin
jupyter
kwargify
# 15.8.1 breaks yaycl: https://github.com/mk-fg/layered-yaml-attrdict-config/commit/ea12fbf31b96abf15543c7b436272d8854b5d324
layered-yaml-attrdict-config
mgmtsystem>0.0.15
mock
multimethods.py
navmazing
numpy
ovirt-engine-sdk-python<4.0.0
paramiko
parsedatetime
pdfminer
progress
psphere
py
pycurl
pycrypto
pygal
PyGithub
pytest==2.9.2
python-bugzilla>=1.2.0
python-cinderclient
python-dateutil
python-keystoneclient
python-novaclient
python-heatclient
pywinrm
PyYAML
requests
riggerlib>=2.0
scp
selenium
slumber
sqlalchemy
suds
tornado
tzlocal
ui-navigate
wait_for
yaycl
yaycl-crypt
shyaml
sentaku>=0.3.0
# docs requirements
# When Sphinx 1.3 is released and on RTD, we can upgrade and use
# napoleon from sphinx.ext instead of the sphinxcontrib version
Sphinx<1.3
sphinx-rtd-theme
sphinxcontrib-napoleon
six>=1.9
debtcollector
# requirements for prt-bot interaction via RabbitMQ
pika
###
# Libraries with compiled components, and their related devel packages
###
# lxml super SGML parser, needs libxml2-devel and libxslt-devel
lxml
# Postgres client bindings, needs postgresql-devel
psycopg2
# zeromq bindings, for ipython and parallel testing, needs zeromq3-devel
pyzmq
# werkzeug.local until extraction
werkzeug
# do editable self-install to avoid need for pythonpath changes
-e .