Skip to content

Commit

Permalink
drop pandas with gpl license
Browse files Browse the repository at this point in the history
  • Loading branch information
SunnyR committed Jun 8, 2024
1 parent 64338cc commit d237e9c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 174 deletions.
178 changes: 6 additions & 172 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-multi_import"
version = "2.0.0"
version = "2.0.1"
homepage = "https://github.com/sdelements/django-multi-import"
description = "Import/export multi Django resources together atomically."
authors = ["Security Compass <[email protected]>"]
Expand Down Expand Up @@ -42,7 +42,7 @@ python = "~3.12"
django = "~4.2"
djangorestframework = "^3.15"
chardet = "^5.2"
tablib = {extras = ["all"], version = "^3.6"}
tablib = {extras = ["html", "ods", "xls", "xlsx", "yaml"], version = "^3.6"}

[tool.poetry.dev-dependencies]
pre-commit = "3.7.1"
Expand Down

0 comments on commit d237e9c

Please sign in to comment.