File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : d814faa
2+ _commit : 2f83523
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : true
55add_extension : js
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ __pycache__/
1313* .exp
1414* .lib
1515
16+ # vcpkg
17+ vcpkg /
18+ vcpkg_installed /
19+
1620# Rust
1721target
1822target-capi
@@ -142,6 +146,7 @@ python_template_js/labextension
142146
143147# Emscripten SDK (locally installed)
144148emsdk
149+ .pyodide_build /
145150
146151# Mac
147152.DS_Store
Original file line number Diff line number Diff line change @@ -11,9 +11,7 @@ develop: develop-js develop-py ## setup project for development
1111
1212.PHONY : requirements-py requirements-js requirements
1313requirements-py : # # install prerequisite python build requirements
14- python -m pip install --upgrade pip toml
15- python -m pip install ` python -c ' import toml; c = toml.load("pyproject.toml"); print("\n".join(c["build-system"]["requires"]))' `
16- python -m pip install ` python -c ' import toml; c = toml.load("pyproject.toml"); print(" ".join(c["project"]["optional-dependencies"]["develop"]))' `
14+ uv pip install -r pyproject.toml --extra develop
1715
1816requirements-js : # # install prerequisite javascript build requirements
1917 cd js; pnpm install && npx playwright install
You can’t perform that action at this time.
0 commit comments