charon_vna/Pipfile
Brendan Haines 81ae78e22b
Some checks failed
Publish Python 🐍 distribution 📦 to PyPI and TestPyPI / Build distribution 📦 (push) Successful in 11s
Publish Python 🐍 distribution 📦 to PyPI and TestPyPI / Publish Python 🐍 distribution 📦 to PyPI (push) Failing after 4s
change package name from charon to charon-vna to avoid pypi conflict
2024-11-10 12:21:45 -07:00

15 lines
215 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
charon-vna = {file = ".", editable = true}
[dev-packages]
ipykernel = "*"
ipywidgets = "*"
[requires]
python_version = "3.10"