background_remover / pyproject.toml
Repcak00's picture
Update app
2f21b40 verified
raw
history blame contribute delete
515 Bytes
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "background-remover"
version = "0.1.0"
description = "Streamlit desktop app for background removal and color replacement"
readme = "README.md"
requires-python = ">=3.11"
license = { file = "LICENSE" }
dependencies = [
"streamlit>=1.30",
"rembg>=2.0.50",
"pillow>=10.0",
"numpy>=1.24",
"onnxruntime>=1.17" # CPU runtime (safe, stable)
]
[tool.setuptools]
packages = []