From 3cc6d94d537b608fe2cb72c9943f27db2020a7bd Mon Sep 17 00:00:00 2001 From: csd4ni3l Date: Sat, 13 Dec 2025 15:55:15 +0100 Subject: [PATCH] update requirements.txt --- requirements.txt | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index b2b63e6..06deef3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,22 @@ -arcade==3.2.0 -pypresence -numpy>=2.3.1 \ No newline at end of file +# This file was autogenerated by uv via the following command: +# uv pip compile pyproject.toml -o requirements.txt +arcade==3.3.3 + # via game-of-life (pyproject.toml) +attrs==25.4.0 + # via pytiled-parser +cffi==2.0.0 + # via pymunk +pillow==11.3.0 + # via arcade +pycparser==2.23 + # via cffi +pyglet==2.1.11 + # via arcade +pymunk==6.9.0 + # via arcade +pypresence==4.6.1 + # via game-of-life (pyproject.toml) +pytiled-parser==2.2.9 + # via arcade +typing-extensions==4.15.0 + # via pytiled-parser