mirror of
https://github.com/inventree/InvenTree.git
synced 2026-07-04 06:00:38 +00:00
56679e4b31
* general deps bump * cleanup other dep files
24 lines
500 B
Plaintext
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
|