Files
my_projects/python/simple-requests/pyproject.toml
2026-01-21 08:26:00 +01:00

14 lines
288 B
TOML

[project]
name = "simple-requests"
version = "1.0.0"
description = "Make requests with dynamic retries"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"argparse>=1.4.0",
"logging>=0.4.9.6",
"pre-commit>=4.5.1",
"requests>=2.32.5",
"ruff>=0.14.13",
]