Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core dependencies
|
| 2 |
+
requests>=2.31.0
|
| 3 |
+
python-dotenv>=1.0.0
|
| 4 |
+
gradio>=4.19.2
|
| 5 |
+
sendgrid>=6.11.0
|
| 6 |
+
openai>=1.12.0
|
| 7 |
+
openai-agents>=0.0.17
|
| 8 |
+
|
| 9 |
+
# PDF and Document Processing
|
| 10 |
+
markdown2>=2.4.0
|
| 11 |
+
weasyprint>=61.0
|
| 12 |
+
jinja2>=3.1.2 # Required for WeasyPrint templates
|
| 13 |
+
cairocffi>=1.6.1 # Required for WeasyPrint
|
| 14 |
+
cffi>=1.16.0 # Required for cairocffi
|
| 15 |
+
|
| 16 |
+
# Development dependencies
|
| 17 |
+
pytest>=7.4.0
|
| 18 |
+
black>=23.7.0
|
| 19 |
+
flake8>=6.1.0
|