From 3efb998add23ebeb2de8dd59eda0827ae50c9552 Mon Sep 17 00:00:00 2001 From: csd4ni3l Date: Sat, 13 Dec 2025 15:56:04 +0100 Subject: [PATCH] update requirements.txt --- requirements.txt | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0faf827..778e221 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,24 @@ -Pillow -arcade==3.2.0 -pypresence +# This file was autogenerated by uv via the following command: +# uv pip compile pyproject.toml -o requirements.txt +arcade==3.3.3 + # via fractalviewer (pyproject.toml) +attrs==25.4.0 + # via pytiled-parser +cffi==2.0.0 + # via pymunk +mpmath==1.3.0 + # via fractalviewer (pyproject.toml) +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 fractalviewer (pyproject.toml) +pytiled-parser==2.2.9 + # via arcade +typing-extensions==4.15.0 + # via pytiled-parser