-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (34 loc) · 789 Bytes
/
pyproject.toml
File metadata and controls
36 lines (34 loc) · 789 Bytes
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
[project]
name = "math-mentor"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"faiss-cpu>=1.13.2",
"fastapi>=0.115.0",
"google-cloud-speech>=2.36.0",
"google-cloud-vision>=3.12.0",
"google-genai",
"latex2sympy2>=1.9.1",
"markdown>=3.10",
"matplotlib>=3.10.8",
"numpy>=2.4.1",
"pillow>=12.1.0",
"python-dotenv>=1.2.1",
"python-multipart>=0.0.20",
"sentence-transformers>=5.2.0",
"sse-starlette>=2.2.0",
"streamlit>=1.53.0",
"google-auth>=2.35.0",
"pyjwt>=2.9.0",
"sympy>=1.14.0",
"uvicorn>=0.34.0",
]
[dependency-groups]
dev = [
"pytest>=9.0.2",
]
[tool.setuptools.packages.find]
where = ["."]
include = ["backend*", "frontend*"]