From 468ee3516c7b5aec130079de227c976ec0794719 Mon Sep 17 00:00:00 2001 From: Michael Hwang Date: Thu, 19 Apr 2018 13:50:00 -0400 Subject: Remove explicit requirements to make build *any* There are certain python dependencies that will cause built wagons to be tied to the operating system it was built on. Simply removed almost all explicit dependencies. Change-Id: I4823f3c32f87e1843f788badf98468a3159074f5 Issue-ID: DCAEGEN2-455 Signed-off-by: Michael Hwang --- relationships/requirements.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/relationships/requirements.txt b/relationships/requirements.txt index af1659c..5d5d52e 100644 --- a/relationships/requirements.txt +++ b/relationships/requirements.txt @@ -1,10 +1 @@ -bottle==0.12.7 -Jinja2==2.7.2 -MarkupSafe==0.23 -networkx==1.8.1 -pika==0.9.14 -proxy-tools==0.1.0 python-consul==0.6.1 -requests==2.7.0 -requests-toolbelt==0.7.0 -six==1.10.0 -- cgit 1.2.3-korg