Added gunicorn as dependancy

pull/78/head
Konstantin Gründger 2020-12-23 11:10:01 +01:00
rodzic 990406b525
commit a9bbaaca59
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -59,7 +59,8 @@ setup(
'matplotlib==3.3.3', 'matplotlib==3.3.3',
'bokeh==2.2.3', 'bokeh==2.2.3',
'pandas==1.1.5', 'pandas==1.1.5',
'flydenity==0.1.5' 'flydenity==0.1.5',
'gunicorn==20.0.4'
], ],
test_require=[ test_require=[
'pytest==5.0.1', 'pytest==5.0.1',