Commit ·
6c87346
1
Parent(s): a00e2ad
[NOTICKET]: fix merge conflict
Browse files- pyproject.toml +4 -12
pyproject.toml
CHANGED
|
@@ -79,21 +79,13 @@ dependencies = [
|
|
| 79 |
"jsonpatch>=1.33",
|
| 80 |
"pymongo>=4.14.0",
|
| 81 |
"psycopg2>=2.9.11",
|
| 82 |
-
# --- User-DB connectors (db_pipeline) ---
|
| 83 |
-
"pymysql>=1.1.1",
|
| 84 |
-
"pymssql>=2.3.0",
|
| 85 |
-
"sqlalchemy-bigquery>=1.11.0",
|
| 86 |
-
"snowflake-sqlalchemy>=1.7.0",
|
| 87 |
-
# --- OCR (pdf processing) ---
|
| 88 |
"pdf2image>=1.17.0",
|
| 89 |
"pytesseract>=0.3.13",
|
| 90 |
"pypdf2>=3.0.1",
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
"pytest==8.3.4",
|
| 96 |
-
"pytest-asyncio==0.24.0",
|
| 97 |
"pytest-cov==6.0.0",
|
| 98 |
"httpx==0.28.1",
|
| 99 |
"ruff==0.8.4",
|
|
|
|
| 79 |
"jsonpatch>=1.33",
|
| 80 |
"pymongo>=4.14.0",
|
| 81 |
"psycopg2>=2.9.11",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 82 |
"pdf2image>=1.17.0",
|
| 83 |
"pytesseract>=0.3.13",
|
| 84 |
"pypdf2>=3.0.1",
|
| 85 |
+
"pdf2image>=1.17.0",
|
| 86 |
+
"pytesseract>=0.3.13",
|
| 87 |
+
"pypdf2>=3.0.1",
|
| 88 |
+
"pdf24.0",
|
|
|
|
|
|
|
| 89 |
"pytest-cov==6.0.0",
|
| 90 |
"httpx==0.28.1",
|
| 91 |
"ruff==0.8.4",
|