Update flask & cryptography versions

This commit is contained in:
Ryan Ahearn
2023-02-09 13:44:41 -05:00
parent 496bf80c77
commit cdf2810b14
6 changed files with 391 additions and 363 deletions

View File

@@ -54,7 +54,7 @@ NOTIFY_APP_NAME=api
# Flask
FLASK_APP=application.py
FLASK_ENV=development
FLASK_DEBUG=true
WERKZEUG_DEBUG_PIN=off
#############################################################