mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-09-07 09:55:17 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user