1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[4.1.x] Updated asgiref dependency for 4.1 release series.

Backport of 2a2bde52f3 from main
This commit is contained in:
Carlton Gibson
2022-06-16 11:37:17 +02:00
parent eaf9885392
commit 0fb02522f9
4 changed files with 6 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ packages = find:
include_package_data = true
zip_safe = false
install_requires =
asgiref >= 3.4.1
asgiref >= 3.5.2,<4
backports.zoneinfo; python_version<"3.9"
sqlparse >= 0.2.2
tzdata; sys_platform == 'win32'