web3-copilot / pyproject.toml
Priyansh Saxena
Fix: Resolve all import errors and dependency issues
1691b3a
raw
history blame contribute delete
619 Bytes
[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",
]