Skip to content

Commit

Permalink
Fix missing dependency on packaging
Browse files Browse the repository at this point in the history
This fixes #265

Signed-off-by: Titouan Christophe <[email protected]>
  • Loading branch information
titouanc authored and robhudson committed Feb 20, 2025
1 parent 6e9e58c commit f0bfef7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ classifiers = [
]
dependencies = [
"django>=4.2",
"packaging",
]
optional-dependencies.dev = [
"django-stubs[compatible-mypy]",
Expand Down

0 comments on commit f0bfef7

Please sign in to comment.