mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
dce2954466
- Replace psycopg2 with psycopg[binary] - Ref: https://learndjango.com/tutorials/psycopg3-binary-and-django-42-installation-quick-t
20 lines
439 B
Plaintext
20 lines
439 B
Plaintext
# Base python requirements for docker containers
|
|
|
|
# Basic package requirements
|
|
invoke>=2.2.0 # Invoke build tool
|
|
pyyaml>=6.0.1
|
|
setuptools>=69.0.0
|
|
wheel>=0.41.0
|
|
|
|
# Database links
|
|
psycopg[binary]>=3.1.18
|
|
mysqlclient>=2.2.0
|
|
mariadb>=1.1.8
|
|
|
|
# gunicorn web server
|
|
gunicorn>=21.2.0
|
|
|
|
# LDAP required packages
|
|
django-auth-ldap # Django integration for ldap auth
|
|
python-ldap # LDAP auth support
|