django/tests/requirements/py3.txt
Mariusz Felisiak 500bd42b96
Some checks failed
Linters / flake8 (push) Has been cancelled
Linters / isort (push) Has been cancelled
Linters / black (push) Has been cancelled
Tests / Windows, SQLite, Python 3.13 (push) Has been cancelled
Tests / JavaScript tests (push) Has been cancelled
Refs #35844 -- Readded optional requirements on daily builds for Python 3.14.
2025-08-01 09:43:22 +02:00

21 lines
496 B
Text

aiosmtpd >= 1.4.5
asgiref >= 3.9.1
argon2-cffi >= 23.1.0
bcrypt >= 4.1.1
black >= 25.1.0
docutils >= 0.19
geoip2 >= 4.8.0
jinja2 >= 2.11.0
numpy >= 1.26.0
Pillow >= 10.1.0; sys.platform != 'win32' or python_version < '3.14'
# pylibmc/libmemcached can't be built on Windows.
pylibmc; sys_platform != 'win32'
pymemcache >= 3.4.0
pywatchman; sys_platform != 'win32'
PyYAML >= 6.0.2
redis >= 5.1.0
selenium >= 4.23.0
sqlparse >= 0.5.0
tblib >= 3.0.0
tzdata
colorama >= 0.4.6; sys_platform == 'win32'