Commit
·
1a4f868
1
Parent(s):
4af2472
chore: added geojson to requirements
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -25,4 +25,5 @@ geopy==2.4.1
|
|
25 |
duckdb==1.2.1
|
26 |
openai==1.61.1
|
27 |
pydantic==2.9.2
|
28 |
-
pydantic-settings==2.2.1
|
|
|
|
25 |
duckdb==1.2.1
|
26 |
openai==1.61.1
|
27 |
pydantic==2.9.2
|
28 |
+
pydantic-settings==2.2.1
|
29 |
+
geojson==3.2.0
|