[project] name = "nixpkgs-pr-watch" version = "0.1.0" requires-python = ">=3.13" dependencies = [ "pygithub>=2.8.1", "requests>=2.32.5", "toml>=0.10.2", "xdg-base-dirs>=6.0.2", ] [project.scripts] nixpkgs-pr-watch = "nixpkgs_pr_watch.__main__:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build"