From 725db0ef17141120d83f7e1173873c7b03caffaa Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Wed, 6 Dec 2017 08:51:41 -0800 Subject: Fix dependency error - remove django from Pipfile - include local package Change-Id: I3ec401bd367f8672771af0a19f621e066036f66d Signed-off-by: Yujun Zhang --- Pipfile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index e0cbbfe9..41772b67 100644 --- a/Pipfile +++ b/Pipfile @@ -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" -- cgit 1.2.3-korg