mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
Add django_redis and redis to requirements.txt
This commit is contained in:
parent
eec9e66e34
commit
394f89b4e0
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
3
tox.ini
3
tox.ini
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue