diff options
author | zhihui wu <wu.zhihui1@zte.com.cn> | 2017-12-07 08:18:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-07 08:18:32 +0000 |
commit | 76709592464291d67382521b6c790f4142a6437d (patch) | |
tree | 7322dce2c6c87af2a9cf3320dc330f6446d9f18b /Pipfile | |
parent | cafa4436b284b094e2d6860a3a201587ec203a90 (diff) | |
parent | 725db0ef17141120d83f7e1173873c7b03caffaa (diff) |
Merge "Fix dependency error"
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" |