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
|
||||
pgcli>=3.1.0
|
||||
mariadb>=1.0.7
|
||||
|
||||
# gunicorn web server
|
||||
gunicorn>=20.1.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue