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
+1 -3
View File
@@ -16,14 +16,12 @@ flask-assets = "*"
flask-compress = "*"
flask-cors = "*"
flask-talisman = "*"
gevent = "==20.5.0"
gunicorn = "*"
pyscss = "*"
requests = "*"
shortuuid = "*"
[dev-packages]
black = "==19.10b0"
black = "==20.8b1"
flake8 = "*"
flake8-mypy = "*"
pytest = "*"