free-claude-code/pyproject.toml
2026-01-29 23:16:17 -08:00

25 lines
556 B
TOML

[project]
name = "cc-nim"
version = "2.0.0"
description = "Proxy that translates Claude Code CLI (Anthropic API) to NVIDIA NIM"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"fastapi[standard]>=0.115.11",
"uvicorn>=0.34.0",
"httpx>=0.25.0",
"pydantic>=2.0.0",
"python-dotenv>=1.0.0",
"tiktoken>=0.7.0",
"websockets>=13.0",
"telethon>=1.35.0",
"pydantic-settings>=2.12.0",
"cryptg>=0.5.2",
]
[dependency-groups]
dev = [
"pytest>=9.0.2",
"pytest-asyncio>=1.3.0",
"pytest-cov>=7.0.0",
]