cluster-protocol / pyproject.toml
nice-bill's picture
added rate limiting
d93103e
raw
history blame contribute delete
486 Bytes
[project]
name = "cluster"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"diskcache>=5.6.3",
"fastapi>=0.124.4",
"groq>=0.37.1",
"huggingface-hub>=1.2.3",
"matplotlib>=3.10.8",
"numpy>=2.3.5",
"pandas>=2.3.3",
"python-dotenv>=1.2.1",
"requests>=2.32.5",
"scikit-learn>=1.8.0",
"seaborn>=0.13.2",
"slowapi>=0.1.9",
"tqdm>=4.67.1",
"uvicorn>=0.38.0",
]