[project] name = "minitias-evaluation" version = "0.1.0" description = "MiniTIAS 画質検証プロジェクト" requires-python = ">=3.11" dependencies = [ "jinja2", "rawpy>=0.21.0", ] [tool.pytest.ini_options] testpaths = ["tests"]