Spaces:
Sleeping
Sleeping
Create requirements.txt (#6)
Browse files- Create requirements.txt (bf34b92d3cd1abb05b20de43982c12a7be46bdbe)
Co-authored-by: Prakhar Mishra <Prak2005@users.noreply.huggingface.co>
- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
+
reportlab>=3.6.12
|
| 3 |
+
markdown>=3.4.3
|
| 4 |
+
beautifulsoup4>=4.11.1
|
| 5 |
+
Pillow>=9.4.0
|
| 6 |
+
requests>=2.28.2
|
| 7 |
+
pygments>=2.15.0
|
| 8 |
+
langchain>=0.1.0
|
| 9 |
+
langchain-google-genai>=0.0.6
|