mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-15 06:09:57 -06:00
Added Pipfile, main.py, and README.md
This commit is contained in:
12
triple-dungeon/Pipfile
Normal file
12
triple-dungeon/Pipfile
Normal file
@@ -0,0 +1,12 @@
|
||||
[[source]]
|
||||
name = "pypi"
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[packages]
|
||||
arcade = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.7"
|
||||
Reference in New Issue
Block a user