mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-09-07 18:05:13 -05:00
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
This commit is contained in:
@@ -17,7 +17,7 @@ types-Werkzeug
|
||||
types-Flask
|
||||
types-freezegun
|
||||
flake8
|
||||
typed-ast
|
||||
typed-ast ; python_version < "3.8"
|
||||
freezegun
|
||||
pyreact @ git+https://github.com/DragonMinded/react-python@main
|
||||
Flask-Caching
|
||||
@@ -25,7 +25,8 @@ blinker
|
||||
pycryptodome
|
||||
jaconv
|
||||
pefile
|
||||
pillow
|
||||
pillow<=8.3.2 ; python_version < "3.7"
|
||||
pillow>8.3.2 ; python_version >= "3.7"
|
||||
discord_webhook
|
||||
iced-x86
|
||||
python-memcached
|
||||
|
||||
Reference in New Issue
Block a user