mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
chore(23-01): add filelock>=3.13.0 dependency
- Added filelock>=3.13.0 to pyproject.toml dependencies - Required for cross-process locking during index writes
This commit is contained in:
parent
3ce5169f7a
commit
3486593a4e
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ dependencies = [
|
|||
"tenacity>=8.2.0",
|
||||
"textual>=0.47.0",
|
||||
"tqdm>=4.66.0",
|
||||
"filelock>=3.13.0",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
|
|
|||
Loading…
Reference in a new issue