PicoFumi/Pipfile

18 lines
288 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
jupyterlab = "*"
watchgod = "*"
[dev-packages]
[requires]
python_version = "3.9"
[scripts]
jupyter = "jupyter lab --notebook-dir notebooks notebooks/picofumi.ipynb"
watch = "watchgod src.main.main"