add extra require to install webui

This commit is contained in:
Jaikinator
2024-02-12 15:28:35 +01:00
parent b2b2726dbc
commit ceb0c57369
+8 -3
View File
@@ -34,9 +34,14 @@ if __name__ == "__main__":
open(os.path.join(os.path.dirname(__file__), "requirements.txt")) open(os.path.join(os.path.dirname(__file__), "requirements.txt"))
) )
], ],
dependency_links=[ extras_require= {
'https://download.pytorch.org/whl/cu113', "app" : "scraibe-webui @ https://github.com/JSchmie/ScrAIbe-WebUI"
], }
,
# dependency_links=[
# 'https://download.pytorch.org/whl/cu113',
# ],
url= github_url, url= github_url,
license='GPL-3', license='GPL-3',