Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -8,4 +8,9 @@ wheel
|
|
8 |
setuptools
|
9 |
requests
|
10 |
groq
|
11 |
-
python-dotenv
|
|
|
|
|
|
|
|
|
|
|
|
8 |
setuptools
|
9 |
requests
|
10 |
groq
|
11 |
+
python-dotenv
|
12 |
+
streamlit>=1.22.0
|
13 |
+
requests>=2.28.0
|
14 |
+
fpdf2>=2.7.5
|
15 |
+
python-dotenv>=0.21.0
|
16 |
+
groq>=0.3.0
|