diff options
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -13,8 +13,7 @@ pytest = "*" pytest-cov = "*" pytest-faker = "*" pytest-mock = "*" -pip_check_reqs = "*" -pipreqs = "*" +"e1839a8" = {path = ".", editable = true} [packages] @@ -22,17 +21,16 @@ pipreqs = "*" ansible = "*" click = "*" connexion = "<=1.1.11" -"Jinja2" = "*" +"jinja2" = "*" numpy = "*" pbr = "*" -PrettyTable = "*" -PyYAML = "*" +prettytable = "*" +pyyaml = "*" humanfriendly = "*" asq = "*" -Django = "*" requests = "*" [requires] -python_version = "2.7"
\ No newline at end of file +python_version = "2.7" |