[project] name = "saveweb_tracker" version = "0.1.10" description = "tracker client" authors = [ {name = "saveweb", email = "saveweb@saveweb.org"}, ] dependencies = [ "httpx[http2]>=0.27.0", ] requires-python = ">=3.10" readme = "README.md" license = {text = "MIT"} [build-system] requires = ["pdm-backend"] build-backend = "pdm.backend" [tool.pdm] distribution = true [tool.pdm.build] excludes = ["**/*.go"] [tool.pdm.dev-dependencies] test = [ "pytest>=8.2.2", "pytest-asyncio>=0.23.7", ]