From 1be071cdfd280cc182dd0d6aa54ec012d5e19684 Mon Sep 17 00:00:00 2001 From: Chris Hutchison Date: Sun, 15 Apr 2018 17:04:57 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ef866fe..c44b92d 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ import sys from setuptools import setup, find_packages requires = ['html5lib==0.9999999', 'itsdangerous', 'Jinja2', - 'misaka>=1.0,<2.0', 'werkzeug>=0.9'] + 'misaka>=1.0,<2.0', 'werkzeug>=0.9', 'uwsgi'] if sys.version_info < (2, 7): raise SystemExit("Python 2 versions < 2.7 are not supported.")