mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
198245d0d2
- Recent updates have caused breakage
17 lines
312 B
Plaintext
17 lines
312 B
Plaintext
# Base python requirements for docker containers
|
|
|
|
# Basic package requirements
|
|
invoke>=1.4.0 # Invoke build tool
|
|
pyyaml>=6.0
|
|
setuptools==65.6.3
|
|
wheel>=0.37.0
|
|
|
|
# Database links
|
|
psycopg2>=2.9.1
|
|
mysqlclient>=2.0.3,<=2.1.1
|
|
pgcli>=3.1.0
|
|
mariadb>=1.0.7,<1.1.0
|
|
|
|
# gunicorn web server
|
|
gunicorn>=20.1.0
|