mirror of
https://github.com/kristoferssolo/2048.git
synced 2026-03-22 00:26:26 +00:00
moved to pygame-ce
This commit is contained in:
@@ -6,7 +6,8 @@ authors = [{ name = "Kristofers Solo", email = "dev@kristofers.xyz" }]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
license = { text = "GPLv3" }
|
||||
dependencies = []
|
||||
dependencies = ["pygame-ce==2.3.2", "loguru==0.7.2"]
|
||||
|
||||
|
||||
[tool.mypy]
|
||||
check_untyped_defs = true
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
pygame
|
||||
pygame-ce>=2.3.2
|
||||
loguru>=0.7.2
|
||||
.
|
||||
|
||||
Reference in New Issue
Block a user