1
0
mirror of https://github.com/django/django.git synced 2025-01-23 08:39:17 +00:00

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

This commit is contained in:
Mariusz Felisiak 2023-12-28 09:46:34 +01:00 committed by GitHub
parent 7e3ba869a6
commit 454269b2e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ packages = find:
include_package_data = true
zip_safe = false
install_requires =
asgiref >= 3.7.0
asgiref >= 3.7.0, < 4
sqlparse >= 0.3.1
tzdata; sys_platform == 'win32'