2025-02-11 16:33:29 +08:00

19 lines
274 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
langchain = "*"
google-genai = "*"
chromadb = "*"
SQLAlchemy = "*"
wandb = "*"
langchain-google-genai = "*"
openai = "*"
pydantic = "*"
[dev-packages]
[requires]
python_version = "3.10"