Skip to content

Commit 7f90c5e

Browse files
committed
add Django as a dependency
This helps package management tools determine which version of django-mongodb is compatible with existing requirements.
1 parent 2d96786 commit 7f90c5e

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
@@ -32,6 +32,7 @@ classifiers = [
3232
"Programming Language :: Python :: 3.12",
3333
]
3434
dependencies = [
35+
"django>=5.0,<5.1",
3536
"pymongo>=4.6,<5.0",
3637
]
3738

0 commit comments

Comments
 (0)