Skip to content

Commit

Permalink
Added Django as installation dependency
Browse files Browse the repository at this point in the history
Our code requires a Django installation to run, so it would make sense
to add it as a dependency.
  • Loading branch information
ddabble committed May 29, 2024
1 parent 6a8918e commit 806be33
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 @@ -39,6 +39,7 @@ dynamic = [
"version",
]
dependencies = [
"django>=4.2",
]
urls.Changelog = "https://github.com/jazzband/django-simple-history/blob/master/CHANGES.rst"
urls.Documentation = "https://django-simple-history.readthedocs.io/en/stable/"
Expand Down

0 comments on commit 806be33

Please sign in to comment.