Skip to content

Commit

Permalink
Add modules for report generation
Browse files Browse the repository at this point in the history
  • Loading branch information
aapris committed Dec 10, 2024
1 parent 213105b commit ebcc2d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions django_server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ dev = [
"pytest-cov",
"ruff",
]
report = [
"pandas",
"reportlab",
"unidecode",
]

[tool.black]
line-length = 120
Expand Down

0 comments on commit ebcc2d0

Please sign in to comment.