Reduce scope of change

Changed requirements.txt to only restrict typed-ast for <3.13 and leave
everything else as-is
This commit is contained in:
Kira Kaviani
2025-05-22 14:48:40 -04:00
parent 051cf5c984
commit 9038d55a1c

View File

@@ -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