Update backend/requirements.txt
Browse files- backend/requirements.txt +3 -1
backend/requirements.txt
CHANGED
@@ -5,4 +5,6 @@ Flask
|
|
5 |
flask_cors
|
6 |
git+https://github.com/meta-llama/llama3.git#egg=llama3
|
7 |
numpy
|
8 |
-
pandas
|
|
|
|
|
|
5 |
flask_cors
|
6 |
git+https://github.com/meta-llama/llama3.git#egg=llama3
|
7 |
numpy
|
8 |
+
pandas
|
9 |
+
|
10 |
+
openai
|