Skip to content

Commit

Permalink
chore(deps): add tablib to support data export
Browse files Browse the repository at this point in the history
  • Loading branch information
gythaogg committed Jan 29, 2025
1 parent 8f13605 commit f57ef94
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
22 changes: 21 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ crispy-bootstrap5 = ">=2024.10"
django-simple-history = ">=3.6"
pydot = "^3.0.2"
acdh-arche-assets = "^3.21.1"
tablib = "^3.8.0"

[tool.poetry.group.docs]
optional = true
Expand Down Expand Up @@ -74,7 +75,7 @@ extend_exclude = [".*/tests"]

[tool.deptry.per_rule_ignores]
DEP001 = ["apis_ontology"]
DEP002 = ["apis-override-select2js", "crispy-bootstrap4", "crispy-bootstrap5"]
DEP002 = ["apis-override-select2js", "crispy-bootstrap4", "crispy-bootstrap5", "tablib"]

[tool.deptry.package_module_name_map]
djangorestframework = "rest_framework"
Expand Down

0 comments on commit f57ef94

Please sign in to comment.