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

Updated asgiref dependency for 4.0 release series.

This commit is contained in:
Mariusz Felisiak
2021-12-07 09:49:39 +01:00
committed by GitHub
parent da7062be45
commit 513441240f
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.3.2
asgiref >= 3.4.1
backports.zoneinfo; python_version<"3.9"
sqlparse >= 0.2.2
tzdata; sys_platform == 'win32'