mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-19 13:23:23 +08:00
25 lines
415 B
TOML
25 lines
415 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
python-decouple = "*"
|
|
langchain = "*"
|
|
google-genai = "*"
|
|
chromadb = "*"
|
|
SQLAlchemy = "*"
|
|
wandb = "*"
|
|
langchain-google-genai = "*"
|
|
langchain-google-vertexai = "*"
|
|
langchain-mongodb = "*"
|
|
langgraph = "*"
|
|
langchain-community = "*"
|
|
beautifulsoup4 = "*"
|
|
openai = "*"
|
|
pydantic = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.10" |