MathSolver / pyproject.toml
Taizun's picture
Upload 15 files
761e949 verified
raw
history blame contribute delete
480 Bytes
[project]
name = "repl-nix-workspace"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.115.8",
"numpy>=2.2.3",
"openai>=1.63.0",
"passlib[bcrypt]>=1.7.4",
"plotly>=6.0.0",
"psycopg2-binary>=2.9.10",
"python-jose[cryptography]>=3.3.0",
"python-multipart>=0.0.20",
"sqlalchemy>=2.0.38",
"streamlit>=1.42.0",
"sympy>=1.13.3",
"twilio>=9.4.5",
"uvicorn>=0.34.0",
]