mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
15b2437392
* Update docker image - base python version - Also, build docker image on PR if any docker-related files have changed * Update setuptools * Update base level packages for docker image * Reduce version * Include docker workflow in filter * Revert to python 3.10 * Remove call to upgrade setuptools * Try newer version of setuptools * Remove reliance on "minimal" * Fix package URL * Whoops. Fix typo
21 lines
444 B
Plaintext
21 lines
444 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
|
|
psycopg2>=2.9.9
|
|
mysqlclient>=2.2.0
|
|
pgcli>=3.1.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
|