fix
Browse files- .python-version +1 -0
- pyproject.toml +10 -0
- uv.lock +0 -0
.python-version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
3.11
|
pyproject.toml
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[project]
|
2 |
+
name = "anthropic-api-token-counter"
|
3 |
+
version = "0.1.0"
|
4 |
+
description = "Add your description here"
|
5 |
+
readme = "README.md"
|
6 |
+
requires-python = ">=3.11"
|
7 |
+
dependencies = [
|
8 |
+
"anthropic>=0.38.0",
|
9 |
+
"gradio>=5.4.0",
|
10 |
+
]
|
uv.lock
ADDED
The diff for this file is too large to render.
See raw diff
|
|