Initial commit
This commit is contained in:
22
Pipfile
Normal file
22
Pipfile
Normal file
@@ -0,0 +1,22 @@
|
||||
[[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"
|
||||
Reference in New Issue
Block a user