1
0
mirror of https://github.com/django/django.git synced 2025-07-09 12:19:13 +00:00
Mariusz Felisiak c9ad858033
[3.2.x] Pinned python-memcached == 1.59 in test requirements.
python-memcached 1.60 made breaking changes, e.g. _deletetouch() has
been removed.
2023-12-27 14:22:20 +01:00

24 lines
439 B
Plaintext

aiosmtpd
asgiref >= 3.3.2
argon2-cffi >= 16.1.0
backports.zoneinfo; python_version < '3.9'
bcrypt
docutils
geoip2
jinja2 >= 2.9.2
numpy
Pillow >= 6.2.0
# pylibmc/libmemcached can't be built on Windows.
pylibmc; sys.platform != 'win32'
pymemcache >= 3.4.0
# RemovedInDjango41Warning.
python-memcached == 1.59
pytz
pywatchman; sys.platform != 'win32'
PyYAML
selenium
sqlparse >= 0.2.2
tblib >= 1.5.0
tzdata
colorama; sys.platform == 'win32'