Skip to content

Commit 5ae424d

Browse files
committed
update pyproject.toml
1 parent 0b769f3 commit 5ae424d

File tree

2 files changed

+3822
-1
lines changed

2 files changed

+3822
-1
lines changed

backend/pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ requires-python = "~=3.10"
2121
dependencies = [
2222
"alembic~=1.13",
2323
"autopep8~=2.3",
24-
"dependency-injector~=4.42",
24+
"dependency-injector==4.46.0",
2525
"dependency-injection~=1.2",
2626
"GeoAlchemy2~=0.15",
2727
"geopandas~=0.14",
@@ -46,6 +46,13 @@ dependencies = [
4646
"fastapi[standard]>=0.115.0,<1.0.0",
4747
"uvicorn~=0.32",
4848
"redis~=5.0",
49+
"timedelta-isoformat>=0.7.0",
50+
"daff==1.4.2",
51+
"dbt-adapters==1.16.3",
52+
"dbt-common==1.27.1",
53+
"dbt-core==1.10.5",
54+
"dbt-extractor==0.6.0",
55+
"dbt-postgres==1.9.0",
4956
]
5057
name = "bloom"
5158
version = "0.1.0"

0 commit comments

Comments
 (0)