From 161150413cfc41d7a7f68d213b7a0d37937b4e1a Mon Sep 17 00:00:00 2001 From: Yasset Perez-Riverol Date: Tue, 8 Oct 2024 16:08:57 +0100 Subject: [PATCH] setuptools added --- requirements-dev.txt | 3 ++- requirements.txt | 3 ++- setup.py | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 2b8d687b..ed7bd53c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,4 +2,5 @@ black isort pre-commit pytest -pytest-datadir \ No newline at end of file +pytest-datadir +setuptools \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index ca30a5e2..9ee7f804 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,5 @@ numpy defusedxml pyarrow duckdb -rdflib \ No newline at end of file +rdflib +setuptools \ No newline at end of file diff --git a/setup.py b/setup.py index dcbaf191..d7f758fd 100644 --- a/setup.py +++ b/setup.py @@ -49,6 +49,7 @@ def get_version(rel_path): "pyarrow", "duckdb", "rdflib", + "setuptools", ], entry_points={"console_scripts": ["parse_sdrf = sdrf_pipelines.parse_sdrf:main"]}, platforms=["any"],