From 1fcd3ea9e82a3dfec4be95a6ef42bff08a6c7b1d Mon Sep 17 00:00:00 2001 From: Kira Date: Thu, 22 May 2025 14:51:02 -0400 Subject: [PATCH] Fix requirements.txt for 3.6 and 3.13 (#99) * Requirements will at least complete on 3.6 and 3.13 now. May be dodgy on 3.13 since it skips typed-ast for versions >8 now (when typed-ast support was dropped and ast was added), but it's a start * Reduce scope of change Changed requirements.txt to only restrict typed-ast for <3.13 and leave everything else as-is --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e3582a1..9480df0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ types-Werkzeug types-Flask types-freezegun flake8 -typed-ast +typed-ast ; python_version < "3.13" freezegun pyreact @ git+https://github.com/DragonMinded/react-python@main Flask-Caching