nevermind i dont care anymore

This commit is contained in:
Anthony Samms
2025-10-27 19:45:29 -04:00
parent a249c8e097
commit 5192641fe7
4 changed files with 244 additions and 24 deletions

View File

@@ -3,10 +3,10 @@ name = "pytaiko"
version = "0.9.0"
description = "Taiko no Tatsujin simulator written in python and raylib"
readme = "README.md"
requires-python = ">=3.14"
requires-python = ">=3.11"
dependencies = [
"moviepy>=2.2.1",
"raylib-sdl>=5.5.0.3",
"raylib-sdl>=5.5.0.2",
"tomlkit>=0.13.3",
]
@@ -14,9 +14,6 @@ dependencies = [
exclude = ["*.git", ".github/", ".venv/", "cache/"]
paths = ["."]
[tool.uv]
find-links = ["raylib-sdl"]
[dependency-groups]
dev = [
"nuitka>=2.8.4",