19 lines
365 B
TOML
19 lines
365 B
TOML
[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"]
|