Bumped pydf2

This commit is contained in:
2025-08-08 19:39:29 +00:00
parent ba4ac9251f
commit 1c0ec33841
4 changed files with 21 additions and 15 deletions

2
pyproject.toml vendored
View File

@@ -21,7 +21,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"websockets", "loguru", "pypdf2", "bs4", "requests", "psycopg2-binary",
"websockets", "loguru", "pypdf", "bs4", "requests", "psycopg2-binary",
"mobi-python", "lxml", "sqlalchemy", "sqlalchemy.orm", "fastapi[all]",
"jinja2", "libsass", "nodejs-bin", "npm", "brotlipy", "debugpy", "pudb",
"ptipython", "chardet", "pre-commit", "coverage[toml]>=6.5","pytest",