From 33d3014bf48945979a5e3851a2845e635723fa6c Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Thu, 20 Sep 2018 21:59:56 +0200 Subject: Use `uwsgi` instead of `gunicorn`. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index cca7e2e6..ab4a61a2 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( ], extras_require={ 'deploy': [ - 'gunicorn>=19.9.0', + 'uwsgi>=2.0.17.1' ], 'lint': [ 'flake8>=3.5.0', -- cgit v1.2.3