2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-02-02 19:34:52 +00:00

Merge branch 'master' of https://github.com/inventree/InvenTree into feat--matrix-testing

This commit is contained in:
Matthias Mair
2026-01-19 09:05:38 +01:00
194 changed files with 82100 additions and 80171 deletions

View File

@@ -3,7 +3,7 @@
# - gunicorn as the InvenTree web server
# - django-q as the InvenTree background worker process
# - Caddy as a reverse proxy
# - redis as the cache manager (optional, disabled by default)
# - redis as the cache manager (optional, enabled by default)
# ---------------------
# READ BEFORE STARTING!
@@ -64,6 +64,8 @@ services:
- .env
expose:
- ${INVENTREE_CACHE_PORT:-6379}
volumes:
- ${INVENTREE_EXT_VOLUME}/redis:/data
restart: always
# InvenTree web server service

View File

@@ -1,12 +1,12 @@
# This file was autogenerated by uv via the following command:
# uv pip compile contrib/container/requirements.in -o contrib/container/requirements.txt --python-version=3.11 -b src/backend/requirements.txt
asgiref==3.10.0
asgiref==3.11.0
# via django
django==5.2.9
django==5.2.10
# via
# -r contrib/container/requirements.in
# django-auth-ldap
django-auth-ldap==5.2.0
django-auth-ldap==5.3.0
# via -r contrib/container/requirements.in
gunicorn==23.0.0
# via -r contrib/container/requirements.in
@@ -20,11 +20,11 @@ packaging==25.0
# via
# gunicorn
# mariadb
psycopg[binary, pool]==3.2.12
psycopg[binary, pool]==3.3.2
# via -r contrib/container/requirements.in
psycopg-binary==3.2.12
psycopg-binary==3.3.2
# via psycopg
psycopg-pool==3.2.7
psycopg-pool==3.3.0
# via psycopg
pyasn1==0.6.1
# via
@@ -40,13 +40,13 @@ pyyaml==6.0.3
# via -r contrib/container/requirements.in
setuptools==80.9.0
# via -r contrib/container/requirements.in
sqlparse==0.5.3
sqlparse==0.5.5
# via django
typing-extensions==4.15.0
# via
# psycopg
# psycopg-pool
uv==0.9.8
uv==0.9.22
# via -r contrib/container/requirements.in
wheel==0.45.1
# via -r contrib/container/requirements.in