firelab-general/Pipfile

19 lines
243 B
Plaintext
Raw Normal View History

2022-10-06 00:13:40 -07:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
opencv-python = "*"
numba = "*"
2022-10-11 11:19:48 -07:00
flask = "*"
gunicorn = "*"
werkzeug = "*"
2022-10-21 11:41:37 -07:00
pyyaml = "*"
2022-10-27 10:31:42 -07:00
matplotlib = "*"
2022-10-06 00:13:40 -07:00
[dev-packages]
[requires]
python_version = "3.10"