Add django_redis and redis to requirements.txt

This commit is contained in:
Yurii Parfinenko 2026-01-27 12:51:05 -05:00
parent eec9e66e34
commit 394f89b4e0
No known key found for this signature in database
GPG key ID: DC2DA451C163B361
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,8 @@
-e .
coverage
mockredispy
django-redis-cache
django-redis>=5,<6
redis>=5,<6
importlib-metadata<5.0
celery
sphinx_rtd_theme==2.0.0

View file

@ -2,7 +2,8 @@
envlist =
# list of supported Django/Python versions:
py{37,38,39,py3}-dj{32}
py{38,39,310,311}-dj{40,41,42,main}
py{38,39,310,311}-dj{40,41,42}
py{311}-dj{main}
py38-{lint,docs}
[gh-actions]