Skip to content
Pipfile 188 B
Newer Older
H. Ryott Glayzer's avatar
H. Ryott Glayzer committed
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
H. Ryott Glayzer's avatar
H. Ryott Glayzer committed
numpy = "*"
tcod = "*"
tcod-ecs = "*"
toml = "*"
H. Ryott Glayzer's avatar
H. Ryott Glayzer committed

[dev-packages]

[requires]
python_version = "3.12"