File size: 220 Bytes
3e81794 |
1 2 3 4 5 6 7 8 9 10 11 |
[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",
]
|