mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
[5.0.x] Updated asgiref dependency for 5.0 release series.
This commit is contained in:
parent
7e3ba869a6
commit
454269b2e1
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue