Skip to content

Commit 6ccc960

Browse files
committed
add uv
1 parent 86eba6d commit 6ccc960

File tree

3 files changed

+173
-2
lines changed

3 files changed

+173
-2
lines changed

build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
RSYNC_COMMAND = "rsync -av {0} {1} {2}"
1717

1818

19-
# watchman-make -p 'static/**' --run '/opt/homebrew/bin/python3.11 build.py static'
20-
# watchman-make -p 'templates/**' --run 'python3.11 build.py template'
19+
# watchman-make -p 'static/**' --run '$(which python) build.py static'
20+
# watchman-make -p 'templates/**' --run '$(which python) build.py template'
2121
# http-server dist
2222
def unpack_submodules():
2323
# get all submodules

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[project]
2+
name = "ninjamar-dev"
3+
version = "0.1.0"
4+
requires-python = ">=3.14"
5+
dependencies = [
6+
"latex2mathml>=3.78.1",
7+
"staticjinja>=5.0.0",
8+
]
9+
10+
[dependency-groups]
11+
dev = [
12+
"isort>=7.0.0",
13+
"ruff>=0.14.10",
14+
]

0 commit comments

Comments
 (0)