Skip to content

Commit

Permalink
flask flash
Browse files Browse the repository at this point in the history
  • Loading branch information
supermandee committed Dec 15, 2024
1 parent 8a3c846 commit 6bc4005
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
3 changes: 1 addition & 2 deletions app.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from flask import Response, Flask, redirect, request, url_for, session, render_template, jsonify
from flask import stream_with_context
from flask import stream_with_context, flash
import requests
from urllib.parse import urlencode
import os
Expand All @@ -11,7 +11,6 @@
from spotify_helpers import SpotifyHelpers
from llm_client import LLMClient
import uuid
import flash
import sys

from logger_config import setup_logger
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Flask==3.1.0
flask_caching==2.3.0
markdown2==2.5.1
openai==1.57.0
python-dotenv==1.0.1
Requests==2.32.3
traceloop-sdk==0.33.12
Flask
flask_caching
markdown2
openai
python-dotenv
Requests
traceloop-sdk

0 comments on commit 6bc4005

Please sign in to comment.