Skip to content

Commit

Permalink
loosen django requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
cmurtaugh committed Oct 31, 2024
1 parent e45a9a5 commit a7c2840
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "django-lti-dynamic-registration"
version = "0.1"
dependencies = [
"django>=5.0", # Replace "X.Y" as appropriate
"django>=4.2",
"django-lti>=0.5.0",
]
description = "Add-on to django-lti to support dynamic registration."
Expand All @@ -18,6 +18,7 @@ authors = [
classifiers = [
"Environment :: Web Environment",
"Framework :: Django",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Framework :: Django :: 5.1",
"Intended Audience :: Developers",
Expand Down

0 comments on commit a7c2840

Please sign in to comment.