mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-22 14:58:43 +08:00
30 lines
512 B
TOML
30 lines
512 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
streamlit = "*"
|
|
langchain = "*"
|
|
duckduckgo-search = "*"
|
|
anthropic = "*"
|
|
trubrics = "*"
|
|
streamlit-feedback = "*"
|
|
langchain-community = "*"
|
|
watchdog = "*"
|
|
mlflow = "*"
|
|
python-decouple = "*"
|
|
langchain_google_genai = "*"
|
|
langchain-deepseek = "*"
|
|
sentence_transformers = "*"
|
|
chromadb = "*"
|
|
|
|
[dev-packages]
|
|
pytest = "==8.0.0"
|
|
pytest-cov = "==4.1.0"
|
|
pytest-mock = "==3.10.0"
|
|
pytest-asyncio = "*"
|
|
|
|
[requires]
|
|
python_version = "3.11"
|