Skip to content

Commit

Permalink
fix(backend): remove openpyxl from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Mar 10, 2025
1 parent c14f0f6 commit a03cef3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion backend/poetry.lock

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

1 change: 0 additions & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ python-redmine = "^2.5.0"
sentry-sdk = "^2.22.0"
whitenoise = "^6.9.0"
django-hurricane = "^1.6.0"
openpyxl = "3.0.10" # TODO: dependency of `pyexcel-xlsx` Remove as soon as https://github.com/pyexcel/pyexcel-xlsx/issues/52 is resolved.
psycopg = {extras = ["binary"], version = "^3.2.5"}

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit a03cef3

Please sign in to comment.