Spaces:
Running
Running
Update requirements.txt.
Browse files- requirements.txt. +1 -18
requirements.txt.
CHANGED
@@ -1,19 +1,2 @@
|
|
1 |
-
# Healthcare Billing Chatbot - Python Dependencies
|
2 |
-
|
3 |
-
# Core dependencies
|
4 |
-
requests==2.31.0
|
5 |
-
python-dotenv==1.0.0
|
6 |
-
|
7 |
-
# Optional: Gradio UI
|
8 |
gradio==4.19.2
|
9 |
-
|
10 |
-
# Development and testing
|
11 |
-
pytest==8.0.0
|
12 |
-
pytest-cov==4.1.0
|
13 |
-
pytest-mock==3.12.0
|
14 |
-
|
15 |
-
# Optional: Enhanced logging
|
16 |
-
colorlog==6.8.0
|
17 |
-
|
18 |
-
# Optional: Data processing
|
19 |
-
pandas==2.2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio==4.19.2
|
2 |
+
requests==2.31.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|