add extra require to install webui
This commit is contained in:
@@ -34,9 +34,14 @@ if __name__ == "__main__":
|
|||||||
open(os.path.join(os.path.dirname(__file__), "requirements.txt"))
|
open(os.path.join(os.path.dirname(__file__), "requirements.txt"))
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
dependency_links=[
|
extras_require= {
|
||||||
'https://download.pytorch.org/whl/cu113',
|
"app" : "scraibe-webui @ https://github.com/JSchmie/ScrAIbe-WebUI"
|
||||||
],
|
}
|
||||||
|
,
|
||||||
|
# dependency_links=[
|
||||||
|
# 'https://download.pytorch.org/whl/cu113',
|
||||||
|
# ],
|
||||||
|
|
||||||
url= github_url,
|
url= github_url,
|
||||||
|
|
||||||
license='GPL-3',
|
license='GPL-3',
|
||||||
|
|||||||
Reference in New Issue
Block a user