Merge afbf6fe998 into 041be54471
This commit is contained in:
commit
bfa73e58e4
2 changed files with 7 additions and 0 deletions
|
|
@ -29,6 +29,8 @@ dependencies = [
|
||||||
"markdownify",
|
"markdownify",
|
||||||
"magika~=0.6.1",
|
"magika~=0.6.1",
|
||||||
"charset-normalizer",
|
"charset-normalizer",
|
||||||
|
|
||||||
|
"defusedxml>=0.7.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
|
@ -75,6 +77,8 @@ features = ["all"]
|
||||||
features = ["all"]
|
features = ["all"]
|
||||||
extra-dependencies = [
|
extra-dependencies = [
|
||||||
"openai",
|
"openai",
|
||||||
|
|
||||||
|
"defusedxml>=0.7.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.hatch.envs.types]
|
[tool.hatch.envs.types]
|
||||||
|
|
@ -82,6 +86,8 @@ features = ["all"]
|
||||||
extra-dependencies = [
|
extra-dependencies = [
|
||||||
"openai",
|
"openai",
|
||||||
"mypy>=1.0.0",
|
"mypy>=1.0.0",
|
||||||
|
|
||||||
|
"defusedxml>=0.7.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.hatch.envs.types.scripts]
|
[tool.hatch.envs.types.scripts]
|
||||||
|
|
|
||||||
1
requirements.txt
Normal file
1
requirements.txt
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
defusedxml>=0.7.1
|
||||||
Loading…
Reference in a new issue