visual-lineage / pyproject.toml
verymehari's picture
Upload folder using huggingface_hub
b0dc910 verified
Raw
History Blame Contribute Delete
322 Bytes
[project]
name = "visual-lineage"
version = "0.1.0"
description = "Cultural image LoRA lineage/provenance prototype"
requires-python = ">=3.11"
dependencies = [
"gradio>=5.0",
"pydantic>=2.0",
"PyYAML>=6.0",
"Pillow>=10.0",
"requests>=2.31",
]
[tool.pytest.ini_options]
pythonpath = ["."]
testpaths = ["tests"]