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