mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 05:26:45 +00:00
- For some reason this causes production docker image to fail to build - but only in GitHub CI ??
17 lines
304 B
Plaintext
17 lines
304 B
Plaintext
# Base python requirements for docker containers
|
|
|
|
# Basic package requirements
|
|
invoke>=1.4.0 # Invoke build tool
|
|
pyyaml>=6.0
|
|
setuptools==60.0.5
|
|
wheel>=0.37.0
|
|
|
|
# Database links
|
|
psycopg2>=2.9.1
|
|
mysqlclient>=2.0.3
|
|
pgcli>=3.1.0
|
|
mariadb>=1.0.7,<1.1.0
|
|
|
|
# gunicorn web server
|
|
gunicorn>=20.1.0
|