05/06 Fix some notable and quality issues

This commit is contained in:
2026-05-06 11:47:20 -04:00
parent 830bb51f24
commit 02b3e1c45d
11 changed files with 125 additions and 46 deletions
+5 -1
View File
@@ -1,3 +1,7 @@
# Python >= 3.12 required.
# Several route files use nested f-strings with inner single-quoted expressions
# (e.g. f'...{x if x else '—'}...') — valid syntax in Python 3.12+ only.
# Do not downgrade the interpreter without replacing those expressions first.
Flask
Flask-SQLAlchemy
Flask-Login
@@ -15,4 +19,4 @@ email-validator
gunicorn
reportlab
pytz
pyJWT
pyJWT