Commit 10ddc58c by Peter Weidenbach

unused dependency removed

parent 3b65b8c0
...@@ -8,11 +8,9 @@ setup( ...@@ -8,11 +8,9 @@ setup(
packages=find_packages(), packages=find_packages(),
install_requires=[ install_requires=[
'common_analysis_base', 'common_analysis_base',
'common_helper_files',
'yara-python >= 3.5' 'yara-python >= 3.5'
], ],
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'
], ],
description="Analysis module to find IPs und URIs", description="Analysis module to find IPs und URIs",
......
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