-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (34 loc) · 817 Bytes
/
pyproject.toml
File metadata and controls
37 lines (34 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[project]
name = "openlayers"
version = "0.1.7-rc.1"
description = "Python Bindings for OpenLayersJS"
readme = "README.md"
authors = [{ name = "Stefan Kuethe", email = "stefan.kuethe@eoda.de" }]
requires-python = ">=3.10, <4"
dependencies = [
"anywidget>=0.9.0",
"eval-type-backport>=0.2.2",
"jinja2>=3.1.6",
"pydantic>=2.5.3",
"pyproj>=3.6.1",
]
# [project.scripts]
# openlayers = "openlayers:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[dependency-groups]
dev = [
"geopandas>=1.0.1",
"isort>=6.0.1",
"jupyter>=1.1.1",
"marimo>=0.13.2",
"mkdocs>=1.6.1",
"mkdocs-marimo>=0.2.1",
"mkdocs-material>=9.6.12",
"mkdocstrings[python]>=0.29.1",
"pyproj>=3.6.1",
"pytest>=8.3.5",
"requests>=2.32.3",
"ruff>=0.11.5",
]