1
0
mirror of https://github.com/django/django.git synced 2025-01-03 06:55:47 +00:00

Pinned asgiref version.

This commit is contained in:
Carlton Gibson 2019-11-20 14:57:08 +01:00 committed by GitHub
parent 608e06023e
commit 36453526d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

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

View File

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