python-learning/rate_limiters/pyproject.toml

10 lines
181 B
TOML

[project]
name = "rate-limiters"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"pytest>=9.0.3",
]