Commit 44b7288c by Peter Weidenbach

unused dependency removed

parent 302daacd
...@@ -9,7 +9,7 @@ from re import findall ...@@ -9,7 +9,7 @@ from re import findall
from subprocess import Popen, PIPE from subprocess import Popen, PIPE
from time import time from time import time
plugin_version = "0.2.3" plugin_version = "0.2.4"
system_version = plugin_version system_version = plugin_version
......
...@@ -17,10 +17,8 @@ setup( ...@@ -17,10 +17,8 @@ setup(
'common_analysis_oms/plugins/McAfee.json'])], 'common_analysis_oms/plugins/McAfee.json'])],
install_requires=[ install_requires=[
'common_analysis_base', 'common_analysis_base',
'common_helper_files'
], ],
dependency_links=[ dependency_links=[
'git+https://github.com/mass-project/common_helper_files.git#common_helper_files',
'git+https://github.com/mass-project/common_analysis_base.git#common_analysis_base' 'git+https://github.com/mass-project/common_analysis_base.git#common_analysis_base'
], ],
author="Fraunhofer FKIE", author="Fraunhofer FKIE",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment