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