python-learning/rate_limiters/pyproject.toml

14 lines
278 B
TOML

[project]
name = "rate-limiters"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"httpx>=0.28.1",
"pytest>=9.0.3",
"pytest-asyncio>=1.3.0",
"starlette>=1.0.0",
"uvicorn>=0.46.0",
]