sha256:7a4c9aadd2a40d4e47250727cc716492bb033537ba6bc931073adfb537927ec0

Found in archives

# This file is automatically @generated by Poetry and should not be edited manually.

[[package]]
name = "django"
version = "5.2.6"
description = "A high-level Python web framework"
optional = false
python-versions = ">=3.10"
groups = ["main"]
files = [
    {file = "Django-5.2.6-py3-none-any.whl", hash = "sha256:example1"},
    {file = "django-5.2.6.tar.gz", hash = "sha256:example2"},
]

[package.dependencies]
asgiref = ">=3.8.1,<4"
sqlparse = ">=0.3.1"

[[package]]
name = "djangorestframework"
version = "3.16.1"
description = "Web APIs for Django, made easy."
optional = false
python-versions = ">=3.9"
groups = ["main"]
files = [
    {file = "djangorestframework-3.16.1-py3-none-any.whl", hash = "sha256:example3"},
    {file = "djangorestframework-3.16.1.tar.gz", hash = "sha256:example4"},
]

[package.dependencies]
django = ">=4.2"

[[package]]
name = "dj-rest-auth"
version = "7.0.1"
description = "Authentication and Registration in Django Rest Framework"
optional = false
python-versions = ">=3.8"
groups = ["main"]
files = [
    {file = "dj-rest-auth-7.0.1.tar.gz", hash = "sha256:3f8c744cbcf05355ff4bcbef0c8a63645da38e29a0fdef3c3332d4aced52fb90"},
]

[package.dependencies]
Django = ">=4.2,<6.0"
djangorestframework = ">=3.13.0"

[package.extras]
with-social = ["django-allauth[socialaccount] (>=64.0.0)"]

[metadata]
lock-version = "2.1"
python-versions = "^3.10"
content-hash = "example"

Return to home page.