re-add gunicorn to core docker requirements
(oops, broke the demo server)
This commit is contained in:
parent
774d834b7e
commit
15c95e9dd0
|
|
@ -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