[build-system] requires = ["setuptools>=75.6.0"] build-backend = "setuptools.build_meta" [project] name = "aarecommon" version = "0.1" description = "Common components (models, calculations) for Aare packages" readme = "README.md" requires-python = ">=3.11" dependencies = [ "numpy", "opencv-python", "pillow" ] [project.optional-dependencies] test = [ "pytest", ] [[tool.uv.index]] name = "psi" url = "https://gitea.psi.ch/api/packages/mx/pypi/simple" [tool.pytest.ini_options] testpaths = ["tests"] norecursedirs = ["scripts", ".venv", "logs", "docs"] asyncio_mode = "auto" asyncio_default_fixture_loop_scope = "function"