Commit 44b7288c by Peter Weidenbach

unused dependency removed

parent 302daacd
......@@ -9,7 +9,7 @@ from re import findall
from subprocess import Popen, PIPE
from time import time
plugin_version = "0.2.3"
plugin_version = "0.2.4"
system_version = plugin_version
......
......@@ -17,10 +17,8 @@ setup(
'common_analysis_oms/plugins/McAfee.json'])],
install_requires=[
'common_analysis_base',
'common_helper_files'
],
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'
],
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