1
0
mirror of https://github.com/django/django.git synced 2025-08-23 18:29:12 +00:00

[3.0.x] Pinned asgiref to 3.2 series.

Backport of 36453526d3e1a5829864f106d6baa0ebdb20537e from master
This commit is contained in:
Carlton Gibson 2019-11-20 15:13:28 +01:00
parent 5f24b18e6c
commit 0e58745716
3 changed files with 3 additions and 3 deletions

View File

@ -271,7 +271,7 @@ If you want to run the full suite of tests, you'll need to install a number of
dependencies: dependencies:
* argon2-cffi_ 16.1.0+ * argon2-cffi_ 16.1.0+
* asgiref_ (required) * asgiref_ 3.2+ (required)
* bcrypt_ * bcrypt_
* docutils_ * docutils_
* geoip2_ * geoip2_

View File

@ -83,7 +83,7 @@ setup(
entry_points={'console_scripts': [ entry_points={'console_scripts': [
'django-admin = django.core.management:execute_from_command_line', 'django-admin = django.core.management:execute_from_command_line',
]}, ]},
install_requires=['pytz', 'sqlparse >= 0.2.2', 'asgiref'], install_requires=['pytz', 'sqlparse >= 0.2.2', 'asgiref ~= 3.2'],
extras_require={ extras_require={
"bcrypt": ["bcrypt"], "bcrypt": ["bcrypt"],
"argon2": ["argon2-cffi >= 16.1.0"], "argon2": ["argon2-cffi >= 16.1.0"],

View File

@ -1,4 +1,4 @@
asgiref asgiref ~= 3.2
argon2-cffi >= 16.1.0 argon2-cffi >= 16.1.0
bcrypt bcrypt
docutils docutils