2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 04:26:44 +00:00
InvenTree/docker/requirements.txt
Oliver c17b34a864
Specify upper bound for mariadb python version (#3333)
- 1.1.0 and above causes build process to break
2022-07-15 14:30:34 +10:00

16 lines
292 B
Plaintext

# Base python requirements for docker containers
# Basic package requirements
setuptools==60.0.5
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,<1.1.0
# gunicorn web server
gunicorn>=20.1.0