2023-06-09 09:27:19 -05:00
|
|
|
[build-system]
|
|
|
|
requires = ["hatchling"]
|
|
|
|
build-backend = "hatchling.build"
|
|
|
|
|
|
|
|
[project]
|
|
|
|
name = "umap-project"
|
|
|
|
dynamic = ["version"]
|
|
|
|
description = "Create maps with OpenStreetMap layers in a minute and embed them in your site."
|
|
|
|
readme = "README.md"
|
|
|
|
authors = [
|
|
|
|
{ name = "Yohan Boniface", email = "yb@enix.org" },
|
|
|
|
]
|
|
|
|
maintainers = [
|
|
|
|
{ name = "David Larlet", email = "david@larlet.fr" },
|
|
|
|
]
|
|
|
|
homepage = "https://github.com/umap-project/umap"
|
|
|
|
keywords = ["django", "leaflet", "geodjango", "openstreetmap", "map"]
|
2024-01-29 12:36:05 -06:00
|
|
|
requires-python = ">=3.10"
|
2023-06-09 09:27:19 -05:00
|
|
|
classifiers = [
|
|
|
|
"Development Status :: 4 - Beta",
|
|
|
|
"Intended Audience :: Developers",
|
|
|
|
"Operating System :: OS Independent",
|
|
|
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
|
|
"Programming Language :: Python",
|
|
|
|
"Programming Language :: Python :: 3 :: Only",
|
|
|
|
"Programming Language :: Python :: 3.10",
|
2023-11-18 16:38:34 -06:00
|
|
|
"Programming Language :: Python :: 3.11",
|
|
|
|
"Programming Language :: Python :: 3.12",
|
2023-06-09 09:27:19 -05:00
|
|
|
]
|
|
|
|
dependencies = [
|
2024-05-13 12:36:24 -05:00
|
|
|
"Django==5.0.6",
|
2023-06-09 09:27:19 -05:00
|
|
|
"django-agnocomplete==2.2.0",
|
2024-02-07 07:17:55 -06:00
|
|
|
"django-environ==0.11.2",
|
2023-09-20 08:45:26 -05:00
|
|
|
"django-probes==1.7.0",
|
2024-04-01 12:29:39 -05:00
|
|
|
"Pillow==10.3.0",
|
2024-05-20 12:15:37 -05:00
|
|
|
"psycopg==3.1.19",
|
2024-05-21 00:32:25 -05:00
|
|
|
"requests==2.32.0",
|
2024-01-19 05:27:21 -06:00
|
|
|
"rcssmin==1.1.2",
|
|
|
|
"rjsmin==1.2.2",
|
2024-04-25 02:21:24 -05:00
|
|
|
"social-auth-core==4.5.4",
|
2024-04-24 13:56:50 -05:00
|
|
|
"social-auth-app-django==5.4.1",
|
2023-06-09 09:27:19 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[project.optional-dependencies]
|
|
|
|
dev = [
|
2024-05-20 12:15:31 -05:00
|
|
|
"hatch==1.11.0",
|
2024-05-21 00:35:09 -05:00
|
|
|
"ruff==0.4.4",
|
2024-01-06 07:32:00 -06:00
|
|
|
"djlint==1.34.1",
|
2024-05-06 12:37:47 -05:00
|
|
|
"mkdocs==1.6.0",
|
2024-05-20 12:15:09 -05:00
|
|
|
"mkdocs-material==9.5.24",
|
2024-05-13 12:36:02 -05:00
|
|
|
"mkdocs-static-i18n==1.2.3",
|
2024-01-15 05:47:35 -06:00
|
|
|
"vermin==1.6.0",
|
2024-04-29 12:19:17 -05:00
|
|
|
"pymdown-extensions==10.8.1",
|
2024-02-12 11:22:42 -06:00
|
|
|
"isort==5.13.2",
|
2023-06-09 09:27:19 -05:00
|
|
|
]
|
|
|
|
test = [
|
|
|
|
"factory-boy==3.2.1",
|
2024-01-08 12:04:28 -06:00
|
|
|
"playwright>=1.39",
|
2024-05-20 12:15:03 -05:00
|
|
|
"pytest==8.2.1",
|
2024-03-04 11:40:43 -06:00
|
|
|
"pytest-django==4.8.0",
|
2024-05-13 12:36:06 -05:00
|
|
|
"pytest-playwright==0.5.0",
|
2023-11-18 16:38:34 -06:00
|
|
|
"pytest-xdist>=3.5.0,<4",
|
2023-06-09 09:27:19 -05:00
|
|
|
]
|
|
|
|
docker = [
|
2024-04-22 12:30:58 -05:00
|
|
|
"uwsgi==2.0.25.1",
|
2023-06-09 09:27:19 -05:00
|
|
|
]
|
|
|
|
|
2024-02-13 08:06:30 -06:00
|
|
|
[project.scripts]
|
|
|
|
umap = "umap.bin:main"
|
|
|
|
|
2023-07-01 10:44:24 -05:00
|
|
|
[tool.hatch.build]
|
|
|
|
artifacts = [
|
|
|
|
# Required because part of .gitignore (and thus excluded by hatch).
|
|
|
|
"/umap/static/umap/vendors",
|
|
|
|
]
|
|
|
|
|
2023-06-17 08:36:50 -05:00
|
|
|
[tool.hatch.build.targets.sdist]
|
|
|
|
include = [
|
|
|
|
"/umap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
|
|
packages = ["umap"]
|
|
|
|
|
2024-02-13 08:06:30 -06:00
|
|
|
[tool.hatch.metadata]
|
|
|
|
allow-direct-references = true
|
2023-06-09 09:27:19 -05:00
|
|
|
|
|
|
|
[tool.hatch.version]
|
|
|
|
path = "umap/__init__.py"
|
|
|
|
|
|
|
|
[tool.flake8]
|
|
|
|
# Black crazyness.
|
|
|
|
max-line-length = 88
|
2023-06-20 08:40:32 -05:00
|
|
|
|
|
|
|
[tool.djlint]
|
|
|
|
profile="django"
|
|
|
|
indent=2
|
|
|
|
format_css=true
|