File size: 915 Bytes
046e924 dd8c242 f23097c 1cde4f9 046e924 37ff0ed 046e924 9746eb2 046e924 8fd0eee c39e06c e6f054f f75fa00 05243ef e728632 ade8d03 8f9b53f f35eee6 916c6e8 1e6320d 1d5fb77 | 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 27 28 29 30 31 32 33 34 35 | [project]
name = "quantiq"
version = "0.1.0"
description = "Real-time stock dashboard using free-tier cloud services and Gemini 2.5 Flash"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.130.0,<0.137.0",
"uvicorn[standard]>=0.51.0",
"websockets>=16.1.1",
"sqlalchemy[mypy]>=2.0.28",
"asyncpg>=0.29.0",
"psycopg2-binary>=2.9.9",
"alembic>=1.18.5",
"redis>=5.0.3",
"yfinance>=0.2.37",
"pandas>=2.2.1",
"pandas-ta>=0.3.14b",
"pydantic-settings>=2.14.2",
"prometheus-fastapi-instrumentator>=7.0.0",
"razorpay>=2.0.1",
"httpx>=0.27.0",
"cloudinary>=1.45.0",
"strawberry-graphql[fastapi]>=0.219.0",
"celery>=5.3.6",
"aiokafka>=0.14.0",
"pyjwt>=2.8.0",
"onnxruntime>=1.17.0",
"huggingface_hub>=0.20.0",
"google-genai>=2.14.0",
"pillow>=12.3.0",
"scikit-learn>=1.9.0",
"skl2onnx>=0.5.0",
]
|