saveweb_tracker/pyproject.toml

30 lines
511 B
TOML
Raw Permalink Normal View History

2024-06-07 02:34:00 -07:00
[project]
name = "saveweb_tracker"
2024-06-18 03:42:01 -07:00
version = "0.1.10"
2024-06-07 02:34:00 -07:00
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",
]