4 lines
158 B
Text
4 lines
158 B
Text
gunicorn<20.0.0; python_version < '3.5'
|
|
gunicorn>=20.0.0; python_version >= '3.5'
|
|
numpy<1.17.0; python_version < '3.5'
|
|
numpy>=1.17.0; python_version >= '3.5'
|