Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Eg0ra committed Oct 28, 2024
1 parent f76b097 commit 28b923b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
History
=======

UNRELEASED
----------
* Add support django-import-export >= 4.2
* Removed support for django-import-export < 4.2

0.6.1 (2024-10-04)
----------
* Update requirements version and internal naming
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ packages = [{ include = "import_export_extensions" }]
[tool.poetry.dependencies]
python = "^3.10"
django = ">=4.0"
django-import-export = { extras = ["xls", "xlsx"], version = ">=4.0" }
django-import-export = { extras = ["xls", "xlsx"], version = ">=4.2" }
# Django REST Framework
# https://www.django-rest-framework.org/
djangorestframework = "^3.15.2"
Expand Down

0 comments on commit 28b923b

Please sign in to comment.