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