diff options
author | Michael Hwang <mhwang@research.att.com> | 2018-04-19 13:50:00 -0400 |
---|---|---|
committer | Michael Hwang <mhwang@research.att.com> | 2018-04-19 13:59:25 -0400 |
commit | 468ee3516c7b5aec130079de227c976ec0794719 (patch) | |
tree | 9c281cfa425f69e9cabe758d161f8ba4f000c545 /relationships/requirements.txt | |
parent | 8ada177fc4c093acc5028a4134f77dcef8ee9837 (diff) |
Remove explicit requirements to make build *any*2.0.0-ONAPbeijing2.0.0-ONAP
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 <mhwang@research.att.com>
Diffstat (limited to 'relationships/requirements.txt')
-rw-r--r-- | relationships/requirements.txt | 9 |
1 files changed, 0 insertions, 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 |