mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 03:26:45 +00:00
Revert base requirements for docker build (#5963)
This commit is contained in:
parent
e2b37fc263
commit
cc29f392e3
@ -1,16 +1,16 @@
|
||||
# Base python requirements for docker containers
|
||||
|
||||
# Basic package requirements
|
||||
invoke>=2.2.0 # Invoke build tool
|
||||
invoke>=1.4.0 # Invoke build tool
|
||||
pyyaml>=6.0.1
|
||||
setuptools>=69.0.0
|
||||
wheel>=0.41.0
|
||||
setuptools==65.6.3
|
||||
wheel>=0.37.0
|
||||
|
||||
# Database links
|
||||
psycopg2>=2.9.9
|
||||
mysqlclient>=2.2.0
|
||||
psycopg2>=2.9.1
|
||||
mysqlclient>=2.0.3,<=2.1.1
|
||||
pgcli>=3.1.0
|
||||
mariadb>=1.1.8
|
||||
mariadb>=1.0.7,<1.1.0
|
||||
|
||||
# gunicorn web server
|
||||
gunicorn>=20.1.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user