Update requirements.txt
Browse filesadded openai in requirements.txt
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -4,4 +4,5 @@ pandas
|
|
4 |
numpy
|
5 |
joblib
|
6 |
regex
|
7 |
-
python-dotenv
|
|
|
|
4 |
numpy
|
5 |
joblib
|
6 |
regex
|
7 |
+
python-dotenv
|
8 |
+
openai
|