17 lines
333 B
TOML
17 lines
333 B
TOML
[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",
|
|
]
|
|
|
|
[tool.isort]
|
|
profile = "ruff" |