firelab-general/Pipfile

19 lines
243 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
opencv-python = "*"
numba = "*"
flask = "*"
gunicorn = "*"
werkzeug = "*"
pyyaml = "*"
matplotlib = "*"
[dev-packages]
[requires]
python_version = "3.10"