AGI / pyproject.toml
Dmitry Beresnev
fix app, dockerfile, pyproject.toml to add web search
55e1aa1
raw
history blame contribute delete
424 Bytes
[project]
name = "deepseek-api"
version = "0.0.1"
description = "Special DeepSeek API on HuggingFace Space"
authors = [
{ name = "AI Developer", email = "you@example.com" }
]
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.104.0",
"uvicorn[standard]>=0.24.0",
"llama-cpp-python>=0.2.0",
"huggingface-hub>=0.19.0",
"duckduckgo-search>=4.0.0",
"beautifulsoup4>=4.12.0",
"lxml>=4.9.0"
]