|
|
@@ -1,7 +1,7 @@
|
|
|
# -- PACKAGE --------------------------
|
|
|
|
|
|
[build-system]
|
|
|
-requires = ["setuptools>=65.5"]
|
|
|
+requires = ["setuptools>=78.0"]
|
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
|
|
[project]
|
|
|
@@ -15,7 +15,6 @@ classifiers = [
|
|
|
"Operating System :: OS Independent",
|
|
|
"Programming Language :: Python",
|
|
|
"Programming Language :: Python :: 3",
|
|
|
- "Programming Language :: Python :: 3.9",
|
|
|
"Programming Language :: Python :: 3.10",
|
|
|
"Programming Language :: Python :: 3.11",
|
|
|
"Programming Language :: Python :: 3.12",
|
|
|
@@ -25,30 +24,31 @@ classifiers = [
|
|
|
"Framework :: Django :: 4.2",
|
|
|
"Framework :: Django :: 5.0",
|
|
|
"Framework :: Django :: 5.1",
|
|
|
+ "Framework :: Django :: 5.2",
|
|
|
"Framework :: Wagtail",
|
|
|
- "Framework :: Wagtail :: 6",
|
|
|
+ "Framework :: Wagtail :: 7",
|
|
|
"Topic :: Internet :: WWW/HTTP",
|
|
|
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
|
|
|
"Topic :: Internet :: WWW/HTTP :: Site Management",
|
|
|
]
|
|
|
dependencies = [
|
|
|
- "beautifulsoup4>=4.8,<4.13", # should be the same as wagtail
|
|
|
+ "beautifulsoup4>=4.8,<5", # should be the same as wagtail
|
|
|
"django-eventtools==1.0.*",
|
|
|
- "django-bootstrap5==24.3",
|
|
|
+ "django-bootstrap5==25.2",
|
|
|
"Django>=4.2,<6.0", # should be the same as wagtail
|
|
|
"geocoder==1.38.*",
|
|
|
- "icalendar==6.1.*",
|
|
|
- "wagtail>=6.3,<7.0",
|
|
|
- "wagtail-cache>=2.4,<3",
|
|
|
- "wagtail-flexible-forms==2.*",
|
|
|
- "wagtail-seo==3.*",
|
|
|
+ "icalendar==6.3.*",
|
|
|
+ "wagtail>=7.0,<8.0",
|
|
|
+ "wagtail-cache==3.*",
|
|
|
+ "wagtail-flexible-forms>=2.1,<3.0",
|
|
|
+ "wagtail-seo>=3.1,<4.0",
|
|
|
]
|
|
|
description = "Wagtail + CodeRed Extensions enabling rapid development of marketing-focused websites."
|
|
|
dynamic = ["version"]
|
|
|
license = {file = "LICENSE.txt"}
|
|
|
name = "coderedcms"
|
|
|
readme = "README.md"
|
|
|
-requires-python = ">=3.9"
|
|
|
+requires-python = ">=3.10"
|
|
|
|
|
|
[project.scripts]
|
|
|
coderedcms = "coderedcms.bin.coderedcms:main"
|