Unverified Commit 963bc5ae by Katharina Bogad Committed by GitHub

Fix dependency format

parent 7c1f8e47
...@@ -7,9 +7,6 @@ setup( ...@@ -7,9 +7,6 @@ setup(
version=VERSION, version=VERSION,
packages=find_packages(), packages=find_packages(),
install_requires=[ install_requires=[
'common_helper_files'
],
dependency_links=[
'common_helper_files @ git+https://github.com/fkie-cad/common_helper_files.git' 'common_helper_files @ git+https://github.com/fkie-cad/common_helper_files.git'
], ],
description="Yara command line binding", description="Yara command line binding",
......
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