Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Sep 11, 2024
1 parent e2a5078 commit 95831c6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,14 @@ authors = [
classifiers = [
"Development Status :: 5 - Production/Stable",
"Framework :: Django",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Framework :: Django :: 5.1",
"Framework :: Django CMS :: 4.1",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = [
"django-cms>=4.1.0rc3",
Expand All @@ -35,7 +33,6 @@ dependencies = [
"django-taggit-autosuggest",
"django-taggit-templatetags",
"django-taggit>=1.0",
"djangocms-text-ckeditor>=5.1.2",
"easy-thumbnails>=2.4.1",
"lxml",
"pytz",
Expand Down

0 comments on commit 95831c6

Please sign in to comment.