From 8f1272afcfc3d04a07c92743b42d3c71177af230 Mon Sep 17 00:00:00 2001 From: Marco Zeisler Date: Tue, 4 May 2021 20:41:12 +0200 Subject: [PATCH] remove gunicorn --- backend/setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/setup.py b/backend/setup.py index 6242ef7..ea14854 100644 --- a/backend/setup.py +++ b/backend/setup.py @@ -22,7 +22,6 @@ setup(name='waecm-2021-group-04', 'feedsearch==1.0.12', 'Pillow==8.2.0', 'python-dateutil==2.8.1', - 'gunicorn==20.1.0' ], license='BSD License', # example license description='DESCRIPTION')