mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-19 21:37:31 +08:00
36 lines
724 B
TOML
36 lines
724 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
fastapi = "==0.115.9"
|
|
starlette = "==0.45.3"
|
|
uvicorn = {version = "==0.26.0", extras = ["standard"]}
|
|
pydantic-settings = "*"
|
|
gunicorn = "==21.0.1"
|
|
python-decouple = "==3.8"
|
|
pyyaml = "==6.0.1"
|
|
docker = "==6.1.3"
|
|
chromadb = "==0.6.3"
|
|
langchain = "==0.3.20"
|
|
langgraph = "==0.3.5"
|
|
langchain-community = "==0.3.19"
|
|
tavily-python = "==0.5.1"
|
|
langchain_huggingface = "==0.1.2"
|
|
langchain-deepseek = "==0.1.2"
|
|
torch = "*"
|
|
sentence-transformers = "*"
|
|
|
|
[dev-packages]
|
|
httpx = "==0.26.0"
|
|
pytest = "==7.4.4"
|
|
pytest-cov = "==4.1.0"
|
|
pytest-mock = "==3.10.0"
|
|
flake8 = "==7.0.0"
|
|
black = "==23.12.1"
|
|
isort = "==5.13.2"
|
|
|
|
[requires]
|
|
python_version = "3.11"
|