2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 11:36:44 +00:00

Revert base requirements for docker build (#5963)

This commit is contained in:
Oliver 2023-11-22 01:03:31 +11:00 committed by GitHub
parent e2b37fc263
commit cc29f392e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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