Merge branch 'master' of gitlab.com:allianceauth/allianceauth

This commit is contained in:
Joel Falknau
2025-10-17 14:38:34 +10:00
40 changed files with 3271 additions and 2213 deletions

View File

@@ -41,7 +41,7 @@ dynamic = [
"version",
]
dependencies = [
"bcrypt",
"bcrypt<5",
"beautifulsoup4",
"celery>=5.2,<6",
"celery-once>=3.0.1",
@@ -62,11 +62,14 @@ dependencies = [
"passlib",
"pydiscourse",
"python-slugify>=1.2",
"pyyaml",
"redis>=4",
"requests>=2.9.1",
"requests-oauthlib",
"semantic-version",
"slixmpp<1.9",
"ua-parser",
"user-agents",
]
optional-dependencies.docs = [
"myst-parser",