removed url from extra_requeire since pip does not support it until now
This commit is contained in:
@@ -37,7 +37,7 @@ if __name__ == "__main__":
|
|||||||
readme = "README.md",
|
readme = "README.md",
|
||||||
install_requires = requirements,
|
install_requires = requirements,
|
||||||
extras_require = {
|
extras_require = {
|
||||||
"app" : ["scraibe-webui @ git+https://github.com/JSchmie/ScrAIbe-WebUI"],
|
"app" : ["scraibe-webui"],
|
||||||
},
|
},
|
||||||
# dependency_links=[
|
# dependency_links=[
|
||||||
# 'https://download.pytorch.org/whl/cu113',
|
# 'https://download.pytorch.org/whl/cu113',
|
||||||
|
|||||||
Reference in New Issue
Block a user