python-learning/rate_limiters/pyproject.toml

17 lines
333 B
TOML
Raw Normal View History

[project]
name = "rate-limiters"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"cachetools>=7.1.1",
"httpx>=0.28.1",
"pytest>=9.0.3",
"pytest-asyncio>=1.3.0",
"starlette>=1.0.0",
"uvicorn>=0.46.0",
]
2026-05-09 20:17:23 +00:00
[tool.isort]
profile = "ruff"