Add gunicorn requirement

This commit is contained in:
riley 2021-08-24 22:50:02 -04:00
parent 7d6667382b
commit bb4878794b

View file

@ -1,3 +1,4 @@
starlette==0.14.2
fastapi==0.68.1
uvicorn=0.15.0
uvicorn=0.15.0
gunicorn=20.1.0