Skip to content

Commit c9d0652

Browse files
committed
Resolve merge conflict
1 parent 06af1a7 commit c9d0652

File tree

2 files changed

+654
-741
lines changed

2 files changed

+654
-741
lines changed

backend/pyproject.toml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1+
12
[project]
23
name = "tenant-first-aid"
34
version = "0.2.0"
45
requires-python = ">=3.12"
56
dependencies = [
6-
"flask",
7-
"flask-mailman",
8-
"Flask_Limiter",
9-
"xhtml2pdf",
10-
"redis",
11-
"valkey",
12-
"gunicorn",
7+
"flask>=3.1.1",
8+
"valkey>=6.1.0",
9+
"gunicorn>=23.0.0",
10+
"google-auth>=2.40.3",
11+
"google-genai>=1.28.0",
12+
"google-cloud-aiplatform>=1.106.0",
1313
"openai==1.89",
1414
"jsonlines",
1515
"simplejson",
1616
"python-dotenv",
1717
"pandas>=2.3.0",
18+
"vertexai>=1.43.0",
1819
]
1920

2021
[tool.setuptools.packages.find]
@@ -29,6 +30,7 @@ build-backend = "setuptools.build_meta"
2930
dev = [
3031
"ipdb>=0.13.13",
3132
"mypy>=1.16.1",
33+
"pandas-stubs>=2.2.3.250527",
3234
"pyrefly>=0.21.0",
3335
"pytest>=8.4.0",
3436
"pytest-cov>=6.1.1",
@@ -43,4 +45,3 @@ gen_convo = [
4345
"pandas",
4446
"openai",
4547
]
46-

0 commit comments

Comments
 (0)