blob: 58fcaf9f73c635dc2e90cf14e6789196f38aae7d (
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
|
[[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 = "*"
[requires]
python_version = "2.7"
|