05/06 Fix some notable and quality issues
This commit is contained in:
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user