We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfce90d commit 5e1b567Copy full SHA for 5e1b567
ClientAdvisor/App/app.py
@@ -55,7 +55,6 @@ def create_app():
55
app.config["TEMPLATES_AUTO_RELOAD"] = True
56
# app.secret_key = secrets.token_hex(16)
57
# app.session_interface = SecureCookieSessionInterface()
58
- # print(app.secret_key)
59
return app
60
61
ClientAdvisor/App/requirements.txt
@@ -5,7 +5,7 @@ azure-search-documents==11.4.0b6
5
azure-storage-blob==12.17.0
6
python-dotenv==1.0.0
7
azure-cosmos==4.5.0
8
-quart==0.19.4
+quart==0.19.9
9
uvicorn==0.24.0
10
aiohttp==3.9.2
11
gunicorn==20.1.0
0 commit comments