Files
mfe9/Pipfile
2023-12-06 14:24:46 +00:00

26 lines
493 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 = "*"
#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