Files
dbstorage/dbapp/pyproject.toml
2025-10-24 16:54:20 +03:00

37 lines
951 B
TOML

[project]
name = "datastorage"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aiosqlite>=0.21.0",
"bcrypt>=5.0.0",
"django>=5.2.7",
"django-admin-interface>=0.30.1",
"django-admin-multiple-choice-list-filter>=0.1.1",
"django-admin-rangefilter>=0.13.3",
"django-autocomplete-light>=3.12.1",
"django-daisy>=1.1.2",
"django-debug-toolbar>=6.0.0",
"django-dynamic-raw-id>=4.4",
"django-import-export>=4.3.10",
"django-leaflet>=0.32.0",
"django-map-widgets>=0.5.1",
"django-more-admin-filters>=1.13",
"gdal",
"lxml>=6.0.2",
"matplotlib>=3.10.7",
"numpy>=2.3.3",
"openpyxl>=3.1.5",
"pandas>=2.3.3",
"psycopg>=3.2.10",
"redis>=6.4.0",
"requests>=2.32.5",
"scikit-learn>=1.7.2",
"setuptools>=80.9.0",
]
[tool.uv.sources]
gdal = { path = "gdal-3.10.2-cp313-cp313-win_amd64.whl" }