mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 18:15:40 +00:00
Docker requirements update (#3266)
* Pin mariadb package <= 1.1.0 - Recent update to 1.1.2 requires newer version of mariadb connector * Change <= to <
This commit is contained in:
@ -9,7 +9,7 @@ invoke>=1.4.0 # Invoke build tool
|
||||
psycopg2>=2.9.1
|
||||
mysqlclient>=2.0.3
|
||||
pgcli>=3.1.0
|
||||
mariadb>=1.0.7
|
||||
mariadb>=1.0.7,<1.1.0
|
||||
|
||||
# gunicorn web server
|
||||
gunicorn>=20.1.0
|
||||
|
Reference in New Issue
Block a user