django>=4.2

[dev]
pytest
pytest-django
redis

[dev-all]
pytest
pytest-django
redis
psycopg2-binary
mysqlclient

[mysql]
mysqlclient

[postgres]
psycopg2-binary

[redis]
redis>=4.0
