mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 03:30:13 +01:00
python 3.14 is annoying about dependencies
This commit is contained in:
12
uv.lock
generated
12
uv.lock
generated
@@ -195,7 +195,7 @@ dev = [
|
||||
[package.metadata]
|
||||
requires-dist = [
|
||||
{ name = "moviepy", specifier = ">=2.1.2" },
|
||||
{ name = "raylib-sdl", path = "raylib_sdl-5.5.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl" },
|
||||
{ name = "raylib-sdl", specifier = ">=5.5.0.3" },
|
||||
{ name = "tomlkit", specifier = ">=0.13.3" },
|
||||
]
|
||||
|
||||
@@ -219,17 +219,17 @@ wheels = [
|
||||
[[package]]
|
||||
name = "raylib-sdl"
|
||||
version = "5.5.0.3"
|
||||
source = { path = "raylib_sdl-5.5.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl" }
|
||||
source = { registry = "raylib-sdl" }
|
||||
dependencies = [
|
||||
{ name = "cffi" },
|
||||
]
|
||||
wheels = [
|
||||
{ filename = "raylib_sdl-5.5.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:fdd57c75ca760ceceea12f25ae6e22df1b3f11b322257a9272bbf25dea0bac93" },
|
||||
{ path = "raylib_sdl-5.5.0.3-cp314-cp314-macosx_10_15_x86_64.whl" },
|
||||
{ path = "raylib_sdl-5.5.0.3-cp314-cp314-macosx_11_0_arm64.whl" },
|
||||
{ path = "raylib_sdl-5.5.0.3-cp314-cp314-win_amd64.whl" },
|
||||
{ path = "raylib_sdl-5.5.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl" },
|
||||
]
|
||||
|
||||
[package.metadata]
|
||||
requires-dist = [{ name = "cffi", specifier = ">=2.0.0" }]
|
||||
|
||||
[[package]]
|
||||
name = "ruff"
|
||||
version = "0.14.2"
|
||||
|
||||
Reference in New Issue
Block a user