mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge pull request #2481 from SchrodingersGat/docker-fix
re-add gunicorn to core docker requirements
This commit is contained in:
commit
64c8930586
@ -10,3 +10,6 @@ psycopg2>=2.9.1
|
|||||||
mysqlclient>=2.0.3
|
mysqlclient>=2.0.3
|
||||||
pgcli>=3.1.0
|
pgcli>=3.1.0
|
||||||
mariadb>=1.0.7
|
mariadb>=1.0.7
|
||||||
|
|
||||||
|
# gunicorn web server
|
||||||
|
gunicorn>=20.1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user