modified: app.py

modified:   requirements.txt
This commit is contained in:
Russell Ballestrini 2023-10-28 14:11:37 -04:00
parent d9cccdc06d
commit 453c7df041
2 changed files with 3 additions and 2 deletions

2
app.py
View file

@ -3,8 +3,6 @@ from flask_socketio import SocketIO, emit, join_room
import eventlet
import markdown
import openai
import os

View file

@ -5,3 +5,6 @@ openai
# sqlite
Flask-SQLAlchemy
# support local dev
python-dotenv