File size: 973 Bytes
09801ca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
36
37
38
39
[project]
name = "datavision"
version = "1.0.0"
description = "DataVision — Production-Grade AI Data Analytics Platform"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "aiohttp==3.9.0",
    "beautifulsoup4>=4.14.3",
    "faiss-cpu>=1.13.0",
    "fastapi>=0.123.7",
    "google-generativeai>=0.8.5",
    "groq>=0.5.0",
    "langchain-groq>=1.1.0",
    "networkx>=3.6",
    "numpy>=2.3.5",
    "openai>=1.30.0",
    "openpyxl>=3.1.5",
    "pandas>=2.3.3",
    "pillow>=12.0.0",
    "plotly>=6.5.0",
    "prophet>=1.1.0",
    "pydantic>=2.12.5",
    "pydantic-settings>=2.1.0",
    "pypdf>=6.4.0",
    "python-docx>=1.2.0",
    "python-dotenv>=1.2.1",
    "python-jose[cryptography]>=3.3.0",
    "python-multipart>=0.0.20",
    "python-pptx>=1.0.2",
    "pwdlib[argon2]>=0.2.0",
    "rank-bm25>=0.2.2",
    "requests>=2.32.5",
    "scikit-learn>=1.3.0",
    "sentence-transformers>=5.1.2",
    "statsmodels>=0.14.0",
    "uvicorn[standard]>=0.38.0",
]