anthropic-api-token-counter / pyproject.toml
schroneko's picture
fix
3e81794
raw
history blame
220 Bytes
[project]
name = "anthropic-api-token-counter"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"anthropic>=0.38.0",
"gradio>=5.4.0",
]