mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.2.4 to 3.2.6. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.4...3.2.6) --- updated-dependencies: - dependency-name: psycopg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
11 lines
151 B
Plaintext
11 lines
151 B
Plaintext
#
|
|
# Requirements for wger for production (docker setup)
|
|
#
|
|
|
|
# Regular packages
|
|
-r requirements.txt
|
|
|
|
django-redis==5.4.0
|
|
gunicorn==23.0.0
|
|
psycopg==3.2.6
|