From 9a0cc40f50078f2a7ff102bb8d55ecb79be61dc3 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Mon, 28 Oct 2013 12:52:18 +0530 Subject: [PATCH] [minor] requirements - changed to lowercase --- requirements.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 640453a081..f970613246 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -Jinja2 -MarkupSafe -MySQL-python +jinja2 +markupsafe +mysql-python chardet dropbox google-api-python-client @@ -12,4 +12,6 @@ python-memcached pytz==2013d requests six -termcolor \ No newline at end of file +termcolor +werkzeug +gunicorn \ No newline at end of file