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

Bumped asgiref requirement to >= 3.2.10.

Forwardported 3.1 release notes from 474f65406f.
This commit is contained in:
Mariusz Felisiak
2020-07-17 11:05:03 +02:00
parent e7fa8aff43
commit 3d16496037
4 changed files with 6 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ scripts = django/bin/django-admin.py
include_package_data = true
zip_safe = false
install_requires =
asgiref >= 3.2
asgiref >= 3.2.10
pytz
sqlparse >= 0.2.2