Add pycryptodome to project dependencies for encrypted PDFS
This commit is contained in:
parent
6190fa8985
commit
a8e0d5ffe0
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ dependencies = [
|
||||||
"tenacity",
|
"tenacity",
|
||||||
"tiktoken",
|
"tiktoken",
|
||||||
"xlsxwriter>=3.1.0",
|
"xlsxwriter>=3.1.0",
|
||||||
|
"pycryptodome",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue