mirror of https://github.com/django/django.git
Refs #34118 -- Skipped not compatible requirements on daily builds for Python 3.12.
This commit is contained in:
parent
5c23d9f0c3
commit
67504ea505
|
@ -5,10 +5,10 @@ backports.zoneinfo; python_version < '3.9'
|
|||
bcrypt
|
||||
black
|
||||
docutils
|
||||
geoip2
|
||||
geoip2; python_version < '3.12'
|
||||
jinja2 >= 2.9.2
|
||||
numpy
|
||||
Pillow >= 6.2.0
|
||||
numpy; python_version < '3.12'
|
||||
Pillow >= 6.2.0; sys.platform != 'win32' or python_version < '3.12'
|
||||
# pylibmc/libmemcached can't be built on Windows.
|
||||
pylibmc; sys.platform != 'win32'
|
||||
pymemcache >= 3.4.0
|
||||
|
|
Loading…
Reference in New Issue