We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b769f3 commit 5ae424dCopy full SHA for 5ae424d
backend/pyproject.toml
@@ -21,7 +21,7 @@ requires-python = "~=3.10"
21
dependencies = [
22
"alembic~=1.13",
23
"autopep8~=2.3",
24
- "dependency-injector~=4.42",
+ "dependency-injector==4.46.0",
25
"dependency-injection~=1.2",
26
"GeoAlchemy2~=0.15",
27
"geopandas~=0.14",
@@ -46,6 +46,13 @@ dependencies = [
46
"fastapi[standard]>=0.115.0,<1.0.0",
47
"uvicorn~=0.32",
48
"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",
56
]
57
name = "bloom"
58
version = "0.1.0"
0 commit comments