Files
mfe-orig/Pipfile
Richard Jones c3e146e2ee Initial commit
2022-07-20 17:09:57 +01:00

23 lines
559 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 = {path = "./../pygame/dist/pygame-1.9.5.dev0-py3.7-macosx-10.14-x86_64.egg"}
#Pygame = ">=1.9.3"
pygame = {file = "file:///Users/rich/git/pygame/dist/pygame-1.9.5.dev0-cp37-cp37m-macosx_10_14_x86_64.whl"}
[dev-packages]
pylint = "*"
flake8 = "*"
cx-freeze = {editable = true,git = "https://github.com/anthony-tuininga/cx_Freeze.git"}
yapf = "*"
[requires]
python_version = "3.7"