From 659d38ecf8d72abf6cd24ebfb327a3c486073a7e Mon Sep 17 00:00:00 2001 From: Lucas Levassor Date: Mon, 18 Jul 2022 14:23:37 +0200 Subject: [PATCH] Added extra requirements --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 636aa41..9b85a59 100644 --- a/setup.py +++ b/setup.py @@ -29,9 +29,9 @@ "dnaplotlib", "biopython", "reportlab", - "tesbml", "nbgitpuller", "tellurium", ], + extras_requirements={'sbml': ['tesbml']}, include_package_data=True, )