-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpyproject.toml
More file actions
50 lines (47 loc) · 1.1 KB
/
Copy pathpyproject.toml
File metadata and controls
50 lines (47 loc) · 1.1 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
[project]
name = "utiles-dev"
version = "0.0.1"
description = "utiles-root-pyproject"
readme = "README.md"
requires-python = ">=3.11"
classifiers = [
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
]
dependencies = []
[dependency-groups]
dev = [
# click not equal to 8.2.1 because of breaking changes in 8.2.1
"click>=8.1.0,!=8.2.1",
"hypothesis>=6.142.0",
"maturin>=1.14.0",
"mercantile>=1.2.1",
"nox>=2025.10.14",
"pmtiles>=3.4.1",
"prek>=0.3.1",
"pytest>=8.4.2",
"pytest-benchmark>=5.1.0",
"pytest-cov>=7.0.0",
"pytest-xdist>=3.8.0",
"ruff>=0.14.1",
"tomli>=2.3.0",
"typing-extensions>=4.15.0",
]
[tool.uv]
# [tool.uv]
# dev-dependencies = [
# "click>=8.1.0,<8.2.1",
# "hypothesis>=6.135.4",
# ]
workspace.members = [
"utiles-pyo3",
]
[tool.rumdl]
disable = [ "MD033" ]
exclude = []
MD013.code_blocks = false
# per-file-ignores."README.md" = [ "MD036" ]
per-file-ignores."docs/src/__index__.md" = [ "MD041" ]