mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
Added template without folder structure to add to existing project
This commit is contained in:
parent
73d138640e
commit
92c896f052
16 changed files with 1738 additions and 0 deletions
16
templates/sci_minimal/pyproject.toml
Normal file
16
templates/sci_minimal/pyproject.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[project]
|
||||
name = "sci"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"marimo[recommended]>=0.13.15",
|
||||
"polars>=1.30.0",
|
||||
"pytest>=8.3.5",
|
||||
"python-lsp-ruff>=2.2.2",
|
||||
"python-lsp-server>=1.12.2",
|
||||
"vegafusion>=2.0.2",
|
||||
"vl-convert-python>=1.8.0",
|
||||
"websockets>=15.0.1",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue