Skip to content

Commit f0bfef7

Browse files
Titouan Christopherobhudson
authored andcommitted
Fix missing dependency on packaging
This fixes #265 Signed-off-by: Titouan Christophe <[email protected]>
1 parent 6e9e58c commit f0bfef7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ classifiers = [
4040
]
4141
dependencies = [
4242
"django>=4.2",
43+
"packaging",
4344
]
4445
optional-dependencies.dev = [
4546
"django-stubs[compatible-mypy]",

0 commit comments

Comments
 (0)