mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 22.0.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/22.0.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
11 lines
152 B
Plaintext
11 lines
152 B
Plaintext
#
|
|
# Requirements for wger for production (docker setup)
|
|
#
|
|
|
|
# Regular packages
|
|
-r requirements.txt
|
|
|
|
django-redis==5.4.0
|
|
gunicorn==23.0.0
|
|
psycopg2==2.9.9
|