Newer
Older
SmTIAS-Evaluation / pyproject.toml
[project]
name = "smtias-evaluation"
version = "1.0.0"
description = "SmTIAS 画質検証プロジェクト"
requires-python = ">=3.11"
dependencies = [
    "jinja2",
    "rawpy>=0.21.0",
]

[tool.pytest.ini_options]
testpaths = ["tests"]