2021-08-18 02:03:24 +00:00
|
|
|
# Base python requirements for docker containers
|
|
|
|
|
|
|
|
# Basic package requirements
|
2023-11-21 13:25:13 +00:00
|
|
|
invoke>=2.2.0 # Invoke build tool
|
2023-07-18 09:43:45 +00:00
|
|
|
pyyaml>=6.0.1
|
2023-11-21 13:25:13 +00:00
|
|
|
setuptools>=69.0.0
|
|
|
|
wheel>=0.41.0
|
2021-08-18 02:03:24 +00:00
|
|
|
|
|
|
|
# Database links
|
2024-02-08 03:38:55 +00:00
|
|
|
psycopg[binary, pool]
|
2023-11-21 13:25:13 +00:00
|
|
|
mysqlclient>=2.2.0
|
|
|
|
mariadb>=1.1.8
|
2021-12-22 00:23:57 +00:00
|
|
|
|
|
|
|
# gunicorn web server
|
2023-11-21 13:25:13 +00:00
|
|
|
gunicorn>=21.2.0
|
2023-10-04 20:52:36 +00:00
|
|
|
|
|
|
|
# LDAP required packages
|
|
|
|
django-auth-ldap # Django integration for ldap auth
|
|
|
|
python-ldap # LDAP auth support
|