Upgrade Flask, Flask-SQLAlchemy, Flask-WTF, Flask-Babel, Flask-Security-Too, WTForms, Werkzeug and keep backward compatibility with Python 3.7

This commit is contained in:
Aditya Toshniwal
2023-11-03 18:19:01 +05:30
committed by GitHub
parent 5f3965ff0a
commit 96fccd28a9
23 changed files with 73 additions and 163 deletions

View File

@@ -37,14 +37,6 @@ os.environ['OAUTHLIB_INSECURE_TRANSPORT'] = '1' # Required for Oauth2
class GooglePostgresqlModule(PgAdminModule):
"""Cloud module to deploy on Google Cloud"""
def get_own_stylesheets(self):
"""
Returns:
list: the stylesheets used by this module.
"""
stylesheets = []
return stylesheets
def get_exposed_url_endpoints(self):
return ['google.verify_credentials',
'google.projects',