mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
15c95e9dd0
(oops, broke the demo server)
16 lines
285 B
Plaintext
16 lines
285 B
Plaintext
# Base python requirements for docker containers
|
|
|
|
# Basic package requirements
|
|
setuptools>=57.4.0
|
|
wheel>=0.37.0
|
|
invoke>=1.4.0 # Invoke build tool
|
|
|
|
# Database links
|
|
psycopg2>=2.9.1
|
|
mysqlclient>=2.0.3
|
|
pgcli>=3.1.0
|
|
mariadb>=1.0.7
|
|
|
|
# gunicorn web server
|
|
gunicorn>=20.1.0
|