[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "immich-watcher-core" version = "0.1.0" description = "Core library for Immich album change detection and notifications" requires-python = ">=3.12" dependencies = [ "aiohttp>=3.9", ] [project.optional-dependencies] dev = [ "pytest>=8.0", "pytest-asyncio>=0.23", "aioresponses>=0.7", ] [tool.hatch.build.targets.wheel] packages = ["src/immich_watcher_core"] [tool.pytest.ini_options] asyncio_mode = "auto" testpaths = ["tests"]