distortioner/Pipfile

15 lines
190 B
TOML
Raw Normal View History

2024-01-13 08:50:03 +00:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
opencv-python = "*"
ffmpeg-python = "*"
wand = "*"
[dev-packages]
[requires]
python_version = "3.12"