This commit is contained in:
kira-offgrid 2025-04-24 19:03:59 +05:30 committed by GitHub
commit bfa73e58e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View file

@ -29,6 +29,8 @@ dependencies = [
"markdownify",
"magika~=0.6.1",
"charset-normalizer",
"defusedxml>=0.7.1",
]
[project.optional-dependencies]
@ -75,6 +77,8 @@ features = ["all"]
features = ["all"]
extra-dependencies = [
"openai",
"defusedxml>=0.7.1",
]
[tool.hatch.envs.types]
@ -82,6 +86,8 @@ features = ["all"]
extra-dependencies = [
"openai",
"mypy>=1.0.0",
"defusedxml>=0.7.1",
]
[tool.hatch.envs.types.scripts]

1
requirements.txt Normal file
View file

@ -0,0 +1 @@
defusedxml>=0.7.1