From 9038d55a1cfce3f86d47a51b4377d5550b8026de Mon Sep 17 00:00:00 2001 From: Kira Kaviani Date: Thu, 22 May 2025 14:48:40 -0400 Subject: [PATCH] Reduce scope of change Changed requirements.txt to only restrict typed-ast for <3.13 and leave everything else as-is --- requirements.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index e923250..9480df0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ types-Werkzeug types-Flask types-freezegun flake8 -typed-ast ; python_version < "3.8" +typed-ast ; python_version < "3.13" freezegun pyreact @ git+https://github.com/DragonMinded/react-python@main Flask-Caching @@ -25,8 +25,7 @@ blinker pycryptodome jaconv pefile -pillow<=8.3.2 ; python_version < "3.7" -pillow>8.3.2 ; python_version >= "3.7" +pillow discord_webhook iced-x86 python-memcached