1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Updated asgiref dependency for 5.1 release series.

This commit is contained in:
Mariusz Felisiak
2024-07-24 07:30:03 +02:00
committed by Sarah Boyce
parent 6c89a53ab3
commit df35cf578f
4 changed files with 6 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ name = "Django"
dynamic = ["version"]
requires-python = ">= 3.10"
dependencies = [
"asgiref>=3.7.0",
"asgiref>=3.8.1",
"sqlparse>=0.3.1",
"tzdata; sys_platform == 'win32'",
]