add: remove secret strings
This commit is contained in:
18
pyproject.toml
Normal file
18
pyproject.toml
Normal 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"]
|
||||
Reference in New Issue
Block a user