diff pyproject.toml @ 9:d1b54241a731

rewrite meeting fetcher
author drewp@bigasterisk.com
date Wed, 10 Jul 2024 12:25:06 -0700
parents f23b21bd0fce
children 7f36497bfac3
line wrap: on
line diff
--- a/pyproject.toml	Sun Jul 07 16:26:56 2024 -0700
+++ b/pyproject.toml	Wed Jul 10 12:25:06 2024 -0700
@@ -18,6 +18,9 @@
     "apex-search>=0.0.2",
     "tantivy>=0.22.0",
     "markdownify>=0.12.1",
+    "lxml>=5.2.2",
+    "html5lib>=1.1",
+    "cssselect>=1.2.0",
 ]
 requires-python = ">=3.11"
 readme = "README.md"