From 1c1d9e885a0aa33e9b0142fe3c663873e70c28ab Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Thu, 27 Jan 2022 15:58:21 +0000 Subject: [PATCH] Add gunicorn to requirements to support new deployment model. Commit ready for merge. - Legacy-Id: 19880 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 7592e7443..57ea6376d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,6 +32,7 @@ docutils>=0.12,!=0.15 factory-boy==3.2.0 Faker==9.2.0 github3.py>=1.2 +gunicorn>=20.1.0 hashids>=1.1.0 html2text>=2019.8.11 html5lib>=1.0.1