From 984fcae343e40e29ea8eb8baa2982b43300e5d17 Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Mon, 25 Nov 2013 00:12:05 +0100 Subject: [PATCH] Missing libs --- requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4320506..1944d5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,10 @@ django-mptt==0.6.0 pygments==1.6 requests==2.0.0 -# +# Testing +python-coveralls==2.4.0 +coverage==3.7 + # Deployment specific gunicorn==18.0 django==1.5.5