From ceb0c57369e9c6f9af7f02c105a96da271d06fd0 Mon Sep 17 00:00:00 2001 From: Jaikinator Date: Mon, 12 Feb 2024 15:28:35 +0100 Subject: [PATCH] add extra require to install webui --- setup.py | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 1e2c641..d4640f9 100644 --- a/setup.py +++ b/setup.py @@ -34,9 +34,14 @@ if __name__ == "__main__": open(os.path.join(os.path.dirname(__file__), "requirements.txt")) ) ], - dependency_links=[ - 'https://download.pytorch.org/whl/cu113', - ], + extras_require= { + "app" : "scraibe-webui @ https://github.com/JSchmie/ScrAIbe-WebUI" + } + , + # dependency_links=[ + # 'https://download.pytorch.org/whl/cu113', + # ], + url= github_url, license='GPL-3',