Files
game-of-life/pyproject.toml
2025-05-14 15:31:36 +02:00

14 lines
346 B
TOML

[project]
name = "game-of-life"
version = "0.1.0"
description = "Game of life recreated with Python and the Arcade and pyglet modules."
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"arcade",
"pypresence>=4.3.0",
]
[tool.uv.sources]
arcade = { git = "https://github.com/pythonarcade/arcade.git", rev = "development" }