Removal of sqlite/sqlalchemy based approach - it is too slow to combine the results, even with in-memory database loading.

This commit is contained in:
2026-05-26 10:17:28 +01:00
parent 0479f1e4a8
commit e887cc791e
4 changed files with 2 additions and 1449 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ dependencies = [
"pypdf (>=6.12.0,<7.0.0)",
"pandas (>=3.0.3,<4.0.0)",
"pandas-stubs (>=3.0.0.260204,<4.0.0.0)",
"sqlalchemy (>=2.0.49,<3.0.0)"
"sqlalchemy (>=2.0.49,<3.0.0)",
"py-spy (>=0.4.2,<0.5.0)"
]