|
@@ -908,26 +908,24 @@ bcrypt = ["bcrypt"]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "django-allauth"
|
|
name = "django-allauth"
|
|
-version = "0.62.1"
|
|
|
|
|
|
+version = "0.61.1"
|
|
description = "Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication."
|
|
description = "Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication."
|
|
optional = false
|
|
optional = false
|
|
python-versions = ">=3.7"
|
|
python-versions = ">=3.7"
|
|
files = [
|
|
files = [
|
|
- {file = "django-allauth-0.62.1.tar.gz", hash = "sha256:6f33e86e42fb78ec2885ee905f337b87c46465ae7fe162c4959dcac81d47e2ad"},
|
|
|
|
|
|
+ {file = "django-allauth-0.61.1.tar.gz", hash = "sha256:5b4ae515ea74f54f0041210692eee10c309ad15ddbbd03d3620693c75e3f7945"},
|
|
]
|
|
]
|
|
|
|
|
|
[package.dependencies]
|
|
[package.dependencies]
|
|
Django = ">=3.2"
|
|
Django = ">=3.2"
|
|
-pyjwt = {version = ">=1.7", extras = ["crypto"], optional = true, markers = "extra == \"socialaccount\""}
|
|
|
|
-requests = {version = ">=2.0.0", optional = true, markers = "extra == \"socialaccount\""}
|
|
|
|
-requests-oauthlib = {version = ">=0.3.0", optional = true, markers = "extra == \"socialaccount\""}
|
|
|
|
|
|
+pyjwt = {version = ">=1.7", extras = ["crypto"]}
|
|
|
|
+python3-openid = ">=3.0.8"
|
|
|
|
+requests = ">=2.0.0"
|
|
|
|
+requests-oauthlib = ">=0.3.0"
|
|
|
|
|
|
[package.extras]
|
|
[package.extras]
|
|
mfa = ["qrcode (>=7.0.0)"]
|
|
mfa = ["qrcode (>=7.0.0)"]
|
|
-openid = ["python3-openid (>=3.0.8)"]
|
|
|
|
saml = ["python3-saml (>=1.15.0,<2.0.0)"]
|
|
saml = ["python3-saml (>=1.15.0,<2.0.0)"]
|
|
-socialaccount = ["pyjwt[crypto] (>=1.7)", "requests (>=2.0.0)", "requests-oauthlib (>=0.3.0)"]
|
|
|
|
-steam = ["python3-openid (>=3.0.8)"]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "django-anymail"
|
|
name = "django-anymail"
|
|
@@ -3439,6 +3437,24 @@ files = [
|
|
[package.extras]
|
|
[package.extras]
|
|
dev = ["coverage[toml]", "coveralls (>=3.3,<4.0)", "ruff", "twine"]
|
|
dev = ["coverage[toml]", "coveralls (>=3.3,<4.0)", "ruff", "twine"]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "python3-openid"
|
|
|
|
+version = "3.2.0"
|
|
|
|
+description = "OpenID support for modern servers and consumers."
|
|
|
|
+optional = false
|
|
|
|
+python-versions = "*"
|
|
|
|
+files = [
|
|
|
|
+ {file = "python3-openid-3.2.0.tar.gz", hash = "sha256:33fbf6928f401e0b790151ed2b5290b02545e8775f982485205a066f874aaeaf"},
|
|
|
|
+ {file = "python3_openid-3.2.0-py3-none-any.whl", hash = "sha256:6626f771e0417486701e0b4daff762e7212e820ca5b29fcc0d05f6f8736dfa6b"},
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[package.dependencies]
|
|
|
|
+defusedxml = "*"
|
|
|
|
+
|
|
|
|
+[package.extras]
|
|
|
|
+mysql = ["mysql-connector-python"]
|
|
|
|
+postgresql = ["psycopg2"]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "pytoolconfig"
|
|
name = "pytoolconfig"
|
|
version = "1.3.1"
|
|
version = "1.3.1"
|
|
@@ -4444,4 +4460,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|
[metadata]
|
|
[metadata]
|
|
lock-version = "2.0"
|
|
lock-version = "2.0"
|
|
python-versions = "^3.10"
|
|
python-versions = "^3.10"
|
|
-content-hash = "7b32e2fea79f60e160a86bd9e690d9e96927915c60c73a604cbc540009b469dd"
|
|
|
|
|
|
+content-hash = "40c0a0f943b492e11425ef9c3cc1529ab3eb9adb078dd83608ef0cc0c5f350e4"
|