removed url from extra_requeire since pip does not support it until now

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