From f97214cf8d21014334bc38120f1ccc94ac37855c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 27 Sep 2011 22:01:45 -0400 Subject: [PATCH] Gunicorn requirement --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 231a034..c44bc00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,5 @@ argparse==1.2.1 distribute==0.6.15 wsgiref==0.1.2 decorator==3.3.1 -omnijson==0.1.2 \ No newline at end of file +omnijson==0.1.2 +gunicorn \ No newline at end of file