We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0547fd6 commit 8b4a67fCopy full SHA for 8b4a67f
pyproject.toml
@@ -0,0 +1,15 @@
1
+[project]
2
+name = "reflect-cpp"
3
+version = "0.14.1"
4
+
5
+[tool.hatch.envs.default]
6
+dependencies = [
7
+ "mkdocs~=1.6",
8
+ "mkdocs-material~=9.5",
9
+]
10
11
+[tool.hatch.envs.insiders]
12
13
14
+ "mkdocs-material @ git+https://{env:GH_C17_DEV_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git@9.5.39-insiders-4.53.14",
15
0 commit comments