update classifiers and dependencies

This commit is contained in:
Joel Falknau 2024-09-13 23:09:12 +10:00
parent 27cf74f507
commit ec5cf08eef
No known key found for this signature in database

View File

@ -20,7 +20,7 @@ classifiers = [
"Environment :: Web Environment",
"Framework :: Celery",
"Framework :: Django",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.1",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Operating System :: POSIX :: Linux",
@ -39,15 +39,15 @@ dynamic = [
dependencies = [
"bcrypt",
"beautifulsoup4",
"celery<6,>=5.2",
"celery<6,>=5.4",
"celery-once>=3.0.1",
"django<5.2,>=5.1",
"django-bootstrap-form",
"django-bootstrap5>=23.3",
"django-celery-beat>=2.7",
"django-esi>=5",
"django-redis>=5.2",
"django-registration<3.4,>=3.3",
"django-redis>=5.4",
"django-registration<4,>=3.3",
"django-solo",
"django-sortedm2m",
"dnspython",
@ -57,17 +57,17 @@ dependencies = [
"passlib",
"pydiscourse",
"python-slugify>=1.2",
"redis>=4",
"redis>=5",
"requests>=2.9.1",
"requests-oauthlib",
"semantic-version",
"slixmpp",
]
optional-dependencies.docs = [
"myst-parser",
"sphinx",
"myst-parser>=4",
"sphinx>=8",
"sphinx-copybutton",
"sphinx-rtd-theme<3,>=2",
"sphinx-rtd-theme<4,>=3.0.0rc1",
"sphinx-tabs",
"sphinxcontrib-django",
]