File tree Expand file tree Collapse file tree 2 files changed +654
-741
lines changed Expand file tree Collapse file tree 2 files changed +654
-741
lines changed Original file line number Diff line number Diff line change
1
+
1
2
[project ]
2
3
name = " tenant-first-aid"
3
4
version = " 0.2.0"
4
5
requires-python = " >=3.12"
5
6
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" ,
13
13
" openai==1.89" ,
14
14
" jsonlines" ,
15
15
" simplejson" ,
16
16
" python-dotenv" ,
17
17
" pandas>=2.3.0" ,
18
+ " vertexai>=1.43.0" ,
18
19
]
19
20
20
21
[tool .setuptools .packages .find ]
@@ -29,6 +30,7 @@ build-backend = "setuptools.build_meta"
29
30
dev = [
30
31
" ipdb>=0.13.13" ,
31
32
" mypy>=1.16.1" ,
33
+ " pandas-stubs>=2.2.3.250527" ,
32
34
" pyrefly>=0.21.0" ,
33
35
" pytest>=8.4.0" ,
34
36
" pytest-cov>=6.1.1" ,
@@ -43,4 +45,3 @@ gen_convo = [
43
45
" pandas" ,
44
46
" openai" ,
45
47
]
46
-
You can’t perform that action at this time.
0 commit comments