File size: 654 Bytes
8427d6e c6fb015 8427d6e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
[project]
name = "ai-hedge-fund"
version = "0.1.0"
description = ""
authors = [
{name = "aadarshraj4321",email = "aadarshraj4321@gmail.com"}
]
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"fastapi (>=0.116.1,<0.117.0)",
"uvicorn[standard] (>=0.35.0,<0.36.0)",
"sqlalchemy (>=2.0.43,<3.0.0)",
"psycopg2-binary (>=2.9.10,<3.0.0)",
"celery (>=5.5.3,<6.0.0)",
"redis[redis-stack] (>=6.4.0,<7.0.0)",
"alembic (>=1.16.5,<2.0.0)",
"pydantic-settings (>=2.10.1,<3.0.0)",
"yfinance (>=0.2.65,<0.3.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
|