mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
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:
parent
e3fb12dc03
commit
dce2954466
@ -7,9 +7,8 @@ setuptools>=69.0.0
|
|||||||
wheel>=0.41.0
|
wheel>=0.41.0
|
||||||
|
|
||||||
# Database links
|
# Database links
|
||||||
psycopg2>=2.9.9
|
psycopg[binary]>=3.1.18
|
||||||
mysqlclient>=2.2.0
|
mysqlclient>=2.2.0
|
||||||
pgcli>=3.1.0
|
|
||||||
mariadb>=1.1.8
|
mariadb>=1.1.8
|
||||||
|
|
||||||
# gunicorn web server
|
# gunicorn web server
|
||||||
|
Loading…
Reference in New Issue
Block a user