try fix etras_require

This commit is contained in:
Schmieder, Jacob
2024-05-07 11:59:43 +00:00
parent 46f48d0e25
commit 8b18787123
+2 -3
View File
@@ -37,9 +37,8 @@ if __name__ == "__main__":
readme = "README.md", readme = "README.md",
install_requires = requirements, install_requires = requirements,
extras_require = { extras_require = {
"app" : "scraibe-webui @ https://github.com/JSchmie/ScrAIbe-WebUI" "app" : ["scraibe-webui @ git+https://github.com/JSchmie/ScrAIbe-WebUI"],
} },
,
# dependency_links=[ # dependency_links=[
# 'https://download.pytorch.org/whl/cu113', # 'https://download.pytorch.org/whl/cu113',
# ], # ],