remove gunicorn

This commit is contained in:
Marco Zeisler 2021-05-04 20:41:12 +02:00
parent ed9356b7f9
commit 8f1272afcf

View File

@ -22,7 +22,6 @@ setup(name='waecm-2021-group-04',
'feedsearch==1.0.12', 'feedsearch==1.0.12',
'Pillow==8.2.0', 'Pillow==8.2.0',
'python-dateutil==2.8.1', 'python-dateutil==2.8.1',
'gunicorn==20.1.0'
], ],
license='BSD License', # example license license='BSD License', # example license
description='DESCRIPTION') description='DESCRIPTION')