File size: 619 Bytes
5078d93
 
 
 
 
 
 
 
 
1691b3a
 
 
5078d93
 
 
 
 
 
 
 
 
1691b3a
5078d93
1691b3a
5078d93
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 = "repl-nix-workspace"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.11"
dependencies = [
    "aiohttp>=3.12.15",
    "asyncio-throttle>=1.0.2",
    "diskcache>=5.6.3",
    "fastapi>=0.100.0",
    "google-generativeai>=0.3.0",
    "jinja2>=3.0.0",
    "langchain>=0.3.27",
    "langchain-community>=0.3.27",
    "langchain-google-genai>=2.1.9",
    "numpy>=2.3.2",
    "pandas>=2.3.1",
    "plotly>=6.2.0",
    "pydantic>=2.11.7",
    "python-dateutil>=2.9.0.post0",
    "python-dotenv>=1.1.1",
    "requests>=2.31.0",
    "tenacity>=9.1.2",
    "uvicorn>=0.24.0",
]