mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-09 08:05:20 -06:00
16 lines
197 B
TOML
16 lines
197 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
arcade = "*"
|
|
networkx = "*"
|
|
pathfinding = "*"
|
|
pytest = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|