summaryrefslogtreecommitdiffstats
path: root/Pipfile
blob: 866502ea3bcaf0bb65a339463f363cd10f5b5388 (plain)
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
[[source]]

url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"


[dev-packages]

mock = "*"
pykwalify = "*"
pytest = "*"
pytest-cov = "*"
pytest-faker = "*"
pytest-mock = "*"


[packages]

ansible = "*"
click = "*"
connexion = "<=1.1.11"
"jinja2" = "*"
numpy = "*"
pbr = "*"
prettytable = "*"
pyyaml = "*"
humanfriendly = "*"
asq = "*"
requests = "*"
shade = "*"


[requires]

python_version = "2.7"