chore: remove gunicorn and gevent from minimum requirements

It is now up to the user to install these (or other) for production deployment.
More info: https://flask.palletsprojects.com/en/1.1.x/tutorial/deploy/#run-with-a-production-server
This commit is contained in:
Eneko Illarramendi
2020-09-03 19:38:01 +02:00
parent dcd3f80974
commit a651f747ac
11 changed files with 66 additions and 90 deletions
-3
View File
@@ -11,9 +11,6 @@ flask-compress==1.5.0
flask-cors==3.0.9
flask-talisman==0.7.0
flask==1.1.2
gevent==20.5.0
greenlet==0.4.16; platform_python_implementation == 'CPython'
gunicorn==20.0.4
idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
itsdangerous==1.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
jinja2==2.11.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'