try fix etras_require
This commit is contained in:
@@ -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',
|
||||||
# ],
|
# ],
|
||||||
|
|||||||
Reference in New Issue
Block a user