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:
+2
-1
@@ -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)"
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user