Files
mfe9/Pipfile
Rich e446f9cce4 .
2023-12-07 15:22:21 +00:00

30 lines
564 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
configobj = ">=5.0.6"
appdirs = ">=1.4.3"
lxml = ">=3.8.0"
titlecase = ">=0.11.0"
pygame = "*"
numpy = ">=1.21,<1.25"
opencv_python = "*"
pysubs2 = "*"
PyAudio = "*"
#pyvidplayer2 = {editable = true,git = "https://github.com/ree1261/pyvidplayer2.git"}
[dev-packages]
pylint = "*"
flake8 = "*"
#cx-freeze = {editable = true,git = "https://github.com/anthony-tuininga/cx_Freeze.git"}
yapf = "*"
black = "*"
[requires]
python_version = "3.11"
[pipenv]
allow_prereleases = true