2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-07-04 06:00:38 +00:00
Files
InvenTree/contrib/container/requirements.in
T
Matthias Mair 56679e4b31 chore(backend): dep bump (#12258)
* general deps bump

* cleanup other dep files
2026-06-26 09:56:01 +10:00

24 lines
500 B
Plaintext

# Base python requirements for docker containers
# Basic package requirements
invoke # Invoke build tool
pyyaml
setuptools
wheel
# Database links
psycopg[binary, pool]
mysqlclient
mariadb
# gunicorn web server
gunicorn
# LDAP required packages
django-auth-ldap # Django integration for ldap auth
python-ldap # LDAP auth support
django<6.0 # Force lower to match main project
# Upgraded python package installer
uv