Spaces:
Running
Running
Add readability-lxml and markdownify to dependencies
Browse filesCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- pyproject.toml +2 -0
pyproject.toml
CHANGED
|
@@ -12,6 +12,8 @@ dependencies = [
|
|
| 12 |
"openai>=1.12.0",
|
| 13 |
"trafilatura>=1.12.2",
|
| 14 |
"transformers",
|
|
|
|
|
|
|
| 15 |
]
|
| 16 |
|
| 17 |
[build-system]
|
|
|
|
| 12 |
"openai>=1.12.0",
|
| 13 |
"trafilatura>=1.12.2",
|
| 14 |
"transformers",
|
| 15 |
+
"readability-lxml",
|
| 16 |
+
"markdownify",
|
| 17 |
]
|
| 18 |
|
| 19 |
[build-system]
|