rework main models

This commit is contained in:
2025-10-30 09:19:55 +03:00
parent 178854c6ba
commit 94df5171db
25 changed files with 744 additions and 190 deletions

View File

@@ -19,7 +19,9 @@ dependencies = [
"django-leaflet>=0.32.0",
"django-map-widgets>=0.5.1",
"django-more-admin-filters>=1.13",
"gdal",
"dotenv>=0.9.9",
"geopy>=2.4.1",
"gunicorn>=23.0.0",
"lxml>=6.0.2",
"matplotlib>=3.10.7",
"numpy>=2.3.3",
@@ -28,9 +30,11 @@ dependencies = [
"psycopg>=3.2.10",
"redis>=6.4.0",
"requests>=2.32.5",
"reverse-geocoder>=1.5.1",
"scikit-learn>=1.7.2",
"setuptools>=80.9.0",
]
[tool.uv.sources]
gdal = { path = "gdal-3.10.2-cp313-cp313-win_amd64.whl" }
[dependency-groups]
dev = []