add: remove secret strings

This commit is contained in:
h z
2025-05-23 19:44:49 +01:00
commit f96707629f
32 changed files with 597 additions and 0 deletions

18
pyproject.toml Normal file
View File

@@ -0,0 +1,18 @@
[project]
name = "ckb"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"anthropic>=0.51.0",
"deepseek>=1.0.0",
"generativeai>=0.0.1",
"google>=3.0.0",
"openai>=1.79.0",
"protobuf>=6.31.0",
]
[tool.setuptools]
package-dir = {"" = "src"}
[tool.setuptools.packages.find]
where = ["src"]