mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-09 00:38:50 +00:00
17 lines
299 B
Plaintext
17 lines
299 B
Plaintext
# Base python requirements for docker containers
|
|
|
|
# Basic package requirements
|
|
invoke>=2.2.0 # Invoke build tool
|
|
pyyaml>=6.0.1
|
|
setuptools>=69.0.0
|
|
wheel>=0.41.0
|
|
|
|
# Database links
|
|
psycopg2>=2.9.9
|
|
mysqlclient>=2.2.0
|
|
pgcli>=3.1.0
|
|
mariadb>=1.1.8
|
|
|
|
# gunicorn web server
|
|
gunicorn>=20.1.0
|