drop .env from reqs

This commit is contained in:
Fraser
2023-03-31 17:24:22 -04:00
parent 23a0a7844e
commit f82f9cfc4c
2 changed files with 3 additions and 3 deletions
+3 -2
View File
@@ -8,8 +8,9 @@ import openai
import pickle
import requests
from dotenv import load_dotenv
load_dotenv()
if os.path.exists('.env'):
from dotenv import load_dotenv
load_dotenv()
app = Flask(__name__)
cors = CORS(app)
-1
View File
@@ -17,4 +17,3 @@ openai==0.27.2
numpy==1.24.2
tenacity==8.2.2
tiktoken
dotenv