Skip to content

Commit

Permalink
➕ [#502] Add XlsxWriter
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Nov 29, 2024
1 parent 1d04890 commit a6c34d6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ celery
# Additional libraries
zgw-consumers
furl
python-slugify
python-slugify
XlsxWriter
2 changes: 2 additions & 0 deletions backend/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -261,5 +261,7 @@ webauthn==2.1.0
# via django-two-factor-auth
wrapt==1.14.1
# via elastic-apm
xlsxwriter==3.2.0
# via -r requirements/base.in
zgw-consumers==0.33.0
# via -r requirements/base.in
4 changes: 4 additions & 0 deletions backend/requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,10 @@ wrapt==1.14.1
# -r requirements/base.txt
# elastic-apm
# vcrpy
xlsxwriter==3.2.0
# via
# -c requirements/base.txt
# -r requirements/base.txt
yarl==1.9.4
# via vcrpy
zgw-consumers==0.33.0
Expand Down
4 changes: 4 additions & 0 deletions backend/requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -820,6 +820,10 @@ wrapt==1.14.1
# -r requirements/ci.txt
# elastic-apm
# vcrpy
xlsxwriter==3.2.0
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
yarl==1.9.4
# via
# -c requirements/ci.txt
Expand Down

0 comments on commit a6c34d6

Please sign in to comment.