digba/Pipfile

19 lines
243 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pyqt6 = "*"
numpy = "*"
matplotlib = "*"
scikit-learn = "*"
boto3 = "*"
opencv-python = "*"
black = "*"
[dev-packages]
[requires]
python_version = "3.13"