Update docker package requirements (#6423)

- Replace psycopg2 with psycopg[binary]
- Ref: https://learndjango.com/tutorials/psycopg3-binary-and-django-42-installation-quick-t
This commit is contained in:
Oliver 2024-02-06 21:22:21 +11:00 committed by GitHub
parent e3fb12dc03
commit dce2954466
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,9 +7,8 @@ setuptools>=69.0.0
wheel>=0.41.0
# Database links
psycopg2>=2.9.9
psycopg[binary]>=3.1.18
mysqlclient>=2.2.0
pgcli>=3.1.0
mariadb>=1.1.8
# gunicorn web server