File tree Expand file tree Collapse file tree 3 files changed +173
-2
lines changed
Expand file tree Collapse file tree 3 files changed +173
-2
lines changed Original file line number Diff line number Diff line change 1616RSYNC_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
2222def unpack_submodules ():
2323 # get all submodules
Original file line number Diff line number Diff line change 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+ ]
You can’t perform that action at this time.
0 commit comments