Commit ·
80f4dd6
1
Parent(s): bfb26a0
Update requirements.txt
Browse files- requirements-dev.txt +4 -0
- requirements.txt +11 -0
requirements-dev.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
-r requirements.txt
|
| 2 |
+
pytest>=7.0
|
| 3 |
+
black>=22.0
|
| 4 |
+
flake8>=4.0
|
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio[oauth]>=4.0.0
|
| 2 |
+
requests>=2.25.0
|
| 3 |
+
pandas>=1.3.0
|
| 4 |
+
pypdf>=5.6.0
|
| 5 |
+
python-dotenv>=1.0.0
|
| 6 |
+
langchain>=0.1.0
|
| 7 |
+
langchain-community>=0.0.20
|
| 8 |
+
langchain-core>=0.1.0
|
| 9 |
+
langchain-openai>=0.0.5
|
| 10 |
+
langchain-google-community>=1.0.0
|
| 11 |
+
openpyxl>=3.0.0
|