try fix etras_require
This commit is contained in:
@@ -37,9 +37,8 @@ if __name__ == "__main__":
|
||||
readme = "README.md",
|
||||
install_requires = requirements,
|
||||
extras_require = {
|
||||
"app" : "scraibe-webui @ https://github.com/JSchmie/ScrAIbe-WebUI"
|
||||
}
|
||||
,
|
||||
"app" : ["scraibe-webui @ git+https://github.com/JSchmie/ScrAIbe-WebUI"],
|
||||
},
|
||||
# dependency_links=[
|
||||
# 'https://download.pytorch.org/whl/cu113',
|
||||
# ],
|
||||
|
||||
Reference in New Issue
Block a user