mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #32355 -- Bumped minimum supported versions of 3rd-party packages.
This bumps minimum supported versions of 3rd-party packages to the first releases to support Python 3.8.
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
aiosmtpd
|
||||
asgiref >= 3.6.0
|
||||
argon2-cffi >= 16.1.0
|
||||
argon2-cffi >= 19.2.0
|
||||
backports.zoneinfo; python_version < '3.9'
|
||||
bcrypt
|
||||
black
|
||||
docutils
|
||||
geoip2; python_version < '3.12'
|
||||
jinja2 >= 2.9.2
|
||||
jinja2 >= 2.11.0
|
||||
numpy; python_version < '3.12'
|
||||
Pillow >= 6.2.0; sys.platform != 'win32' or python_version < '3.12'
|
||||
Pillow >= 6.2.1; sys.platform != 'win32' or python_version < '3.12'
|
||||
# pylibmc/libmemcached can't be built on Windows.
|
||||
pylibmc; sys.platform != 'win32'
|
||||
pymemcache >= 3.4.0
|
||||
pytz
|
||||
pywatchman; sys.platform != 'win32'
|
||||
PyYAML
|
||||
redis >= 3.0.0
|
||||
redis >= 3.4.0
|
||||
selenium
|
||||
sqlparse >= 0.2.3
|
||||
sqlparse >= 0.3.1
|
||||
tblib >= 1.5.0
|
||||
tzdata
|
||||
colorama; sys.platform == 'win32'
|
||||
|
||||
Reference in New Issue
Block a user