diff options
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile new file mode 100644 index 00000000..e0cbbfe9 --- /dev/null +++ b/Pipfile @@ -0,0 +1,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"
\ No newline at end of file |