dissertation/Pipfile
2025-01-23 09:18:26 +00:00

20 lines
252 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
flask = "*"
numpy = "*"
flask-sock = "*"
pytest = "*"
matplotlib = "*"
scipy = "*"
scipy-stubs = "*"
typer = "*"
[dev-packages]
[requires]
python_version = "3.13"