kopia lustrzana https://github.com/glidernet/ogn-python
Added gunicorn as dependancy
rodzic
990406b525
commit
a9bbaaca59
3
setup.py
3
setup.py
|
@ -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',
|
||||||
|
|
Ładowanie…
Reference in New Issue