Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
openai==0.28
|
2 |
-
pillow
|
3 |
-
PyMuPDF
|
4 |
-
pycryptodome
|
|
|
|
1 |
+
openai==0.28
|
2 |
+
pillow
|
3 |
+
PyMuPDF
|
4 |
+
pycryptodome
|
5 |
+
python-dotenv
|