mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Bumps [django-redis](https://github.com/jazzband/django-redis) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/jazzband/django-redis/releases) - [Changelog](https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jazzband/django-redis/compare/5.3.0...5.4.0) --- updated-dependencies: - dependency-name: django-redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
10 lines
127 B
Plaintext
10 lines
127 B
Plaintext
#
|
|
# Requirements for wger for production
|
|
#
|
|
|
|
# Regular packages
|
|
-r requirements.txt
|
|
|
|
psycopg2-binary==2.9.9
|
|
django-redis==5.4.0
|