2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 19:20:55 +00:00

Cherry pick from 15b2437392 (#5962)

This commit is contained in:
Oliver
2023-11-22 00:52:21 +11:00
committed by GitHub
parent 59b5a851e3
commit e2b37fc263
4 changed files with 36 additions and 13 deletions

View File

@ -1,16 +1,16 @@
# Base python requirements for docker containers
# Basic package requirements
invoke>=1.4.0 # Invoke build tool
invoke>=2.2.0 # Invoke build tool
pyyaml>=6.0.1
setuptools==65.6.3
wheel>=0.37.0
setuptools>=69.0.0
wheel>=0.41.0
# Database links
psycopg2>=2.9.1
mysqlclient>=2.0.3,<=2.1.1
psycopg2>=2.9.9
mysqlclient>=2.2.0
pgcli>=3.1.0
mariadb>=1.0.7,<1.1.0
mariadb>=1.1.8
# gunicorn web server
gunicorn>=20.1.0