We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfc9f5a commit db9b329Copy full SHA for db9b329
2 files changed
pyproject.toml
@@ -86,6 +86,11 @@ packages = [
86
[tool.hatch.version]
87
path = "src/re3data/__about__.py"
88
89
+[tool.hatch.env]
90
+requires = [
91
+ "hatch-pip-compile",
92
+]
93
+
94
[tool.hatch.envs.default]
95
installer = "uv"
96
features = [
@@ -116,6 +121,12 @@ features = [
116
121
"docs",
117
122
]
118
123
template = "docs"
124
+type = "pip-compile"
125
+pip-compile-hashes = true
126
+pip-compile-installer = "uv"
127
+pip-compile-resolver = "uv"
128
+lock-filename = "requirements/{env_name}.txt"
129
119
130
[tool.hatch.envs.docs.scripts]
120
131
cli = "typer src/re3data/_cli.py utils docs --name=re3data --title='CLI Reference' --output docs/src/cli.md"
132
build = "mkdocs build --config-file=docs/mkdocs.yml"
0 commit comments