roop-unleashed / pyproject.toml
iSRL's picture
build(pyproject.toml): 配置 uv 索引源以提升依赖下载速度
553451a
Raw
History Blame
618 Bytes
[project]
name = "huggingface-spaces-roop-unleashed"
version = "4.4.1"
description = ""
readme = "README.md"
authors = [{ name = "RL", email = "iSRL@qq.com" }]
license = "AGPL-3.0-or-later"
requires-python = ">=3.11"
dependencies = []
[project.scripts]
huggingface-spaces-roop-unleashed = "huggingface_spaces_roop_unleashed.__main__:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[[tool.uv.index]]
url = "https://mirrors.aliyun.com/pypi/simple"
default = true
[[tool.uv.index]]
url = "https://download.pytorch.org/whl/cu124"