mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[5.0.x] Updated asgiref dependency for 5.0 release series.
This commit is contained in:
parent
7e3ba869a6
commit
454269b2e1
@ -38,7 +38,7 @@ packages = find:
|
|||||||
include_package_data = true
|
include_package_data = true
|
||||||
zip_safe = false
|
zip_safe = false
|
||||||
install_requires =
|
install_requires =
|
||||||
asgiref >= 3.7.0
|
asgiref >= 3.7.0, < 4
|
||||||
sqlparse >= 0.3.1
|
sqlparse >= 0.3.1
|
||||||
tzdata; sys_platform == 'win32'
|
tzdata; sys_platform == 'win32'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user