aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
blob: e0cbbfe9a892f3f1f0185d205e2af15c29a9182f (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
37
38
[[source]]

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


[dev-packages]

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


[packages]

ansible = "*"
click = "*"
connexion = "<=1.1.11"
"Jinja2" = "*"
numpy = "*"
pbr = "*"
PrettyTable = "*"
PyYAML = "*"
humanfriendly = "*"
asq = "*"
Django = "*"
requests = "*"


[requires]

python_version = "2.7"