mlstocks / backend /pyproject.toml
github-actions[bot]
Deploy to Hugging Face Space
abf702c
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "mlstocks-backend"
version = "0.1.0"
description = "AI driven stock analysis backend"
requires-python = ">=3.10"
dependencies = [
"python-dotenv",
"fastapi",
"uvicorn",
"httpx",
"python-multipart",
"pandas",
"ta",
"yfinance",
"sqlalchemy",
"aiosqlite",
"fastapi-sso",
"python-jose[cryptography]",
"passlib[bcrypt]",
"scikit-learn",
"xgboost",
"torch",
"joblib",
"huggingface_hub",
"asyncpg",
# Market Analyst dependencies
"autogen-agentchat>=0.4.0",
"autogen-ext[openai]>=0.4.0",
"transformers>=4.30.0",
"duckduckgo-search>=6.0.0",
"beautifulsoup4>=4.12.0",
]
[tool.setuptools.packages.find]
where = ["."]
include = ["app*"]