2021-08-18 02:03:24 +00:00
|
|
|
# Base python requirements for docker containers
|
|
|
|
|
|
|
|
# Basic package requirements
|
2022-07-31 13:16:58 +00:00
|
|
|
invoke>=1.4.0 # Invoke build tool
|
2023-07-18 09:43:45 +00:00
|
|
|
pyyaml>=6.0.1
|
2022-12-15 20:42:07 +00:00
|
|
|
setuptools==65.6.3
|
2021-08-18 02:03:24 +00:00
|
|
|
wheel>=0.37.0
|
|
|
|
|
|
|
|
# Database links
|
|
|
|
psycopg2>=2.9.1
|
2023-06-23 10:21:26 +00:00
|
|
|
mysqlclient>=2.0.3,<=2.1.1
|
2021-08-18 02:03:24 +00:00
|
|
|
pgcli>=3.1.0
|
2022-06-28 03:47:10 +00:00
|
|
|
mariadb>=1.0.7,<1.1.0
|
2021-12-22 00:23:57 +00:00
|
|
|
|
|
|
|
# gunicorn web server
|
|
|
|
gunicorn>=20.1.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
|