diff options
author | 2017-12-06 08:51:41 -0800 | |
---|---|---|
committer | 2017-12-06 08:51:41 -0800 | |
commit | 725db0ef17141120d83f7e1173873c7b03caffaa (patch) | |
tree | bb941959417f5d9cc6c9960544d8184168541a6f /Pipfile | |
parent | 73c32afb3ee4a0f6fc0b5891965265992a46ca01 (diff) |
Fix dependency error
- remove django from Pipfile
- include local package
Change-Id: I3ec401bd367f8672771af0a19f621e066036f66d
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
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" |