Skip to content

Commit 8b4a67f

Browse files
committed
Add pyproject.toml
1 parent 0547fd6 commit 8b4a67f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
dependencies = [
13+
"mkdocs~=1.6",
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

Comments
 (0)