Skip to content

Commit b142a02

Browse files
committed
fix(backend): remove openpyxl from dependencies
1 parent 7a08688 commit b142a02

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

backend/poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ python-redmine = "^2.5.0"
4343
sentry-sdk = "^2.22.0"
4444
whitenoise = "^6.9.0"
4545
django-hurricane = "^1.6.0"
46-
openpyxl = "3.0.10" # TODO: dependency of `pyexcel-xlsx` Remove as soon as https://github.com/pyexcel/pyexcel-xlsx/issues/52 is resolved.
4746
psycopg = {extras = ["binary"], version = "^3.2.5"}
4847

4948
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)