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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user