Skip to content

Commit 987172b

Browse files
committed
chore: miseとuvでPython環境を管理するための設定ファイルを追加
1 parent e7a7be4 commit 987172b

File tree

4 files changed

+113
-0
lines changed

4 files changed

+113
-0
lines changed

.mise.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[tools]
2+
# python is managed by .python-version
3+
uv = "0.5.1"
4+
5+
[env]
6+
_.python.venv = { path = ".venv", create = true }
7+
8+
[settings]
9+
yes = true

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.12.7

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[project]
2+
name = "typst-jp-github-io"
3+
version = "0.1.0"
4+
description = "Typst documents japanese translation project"
5+
readme = "README.md"
6+
requires-python = ">=3.12.7"
7+
dependencies = [
8+
"jinja2>=3.1.4",
9+
"pyyaml>=6.0.2",
10+
]

uv.lock

Lines changed: 93 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)