From 1072e4eebca981459a90c1bb0e24f8064975d365 Mon Sep 17 00:00:00 2001 From: Jens Kadenbach Date: Mon, 19 Jan 2015 14:31:45 +0100 Subject: [PATCH 1/2] Updated to Django 1.7.3 (security fix) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cf1c230..e6d3ead 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==1.7.1 +Django==1.7.3 Whoosh>=2.6 django-crispy-forms==1.4 django-filter==0.9.1 From 58ce116bf76d50faa34977a80075d488736ffcc8 Mon Sep 17 00:00:00 2001 From: Jens Kadenbach Date: Mon, 19 Jan 2015 14:34:09 +0100 Subject: [PATCH 2/2] Removed requirements badge from the top At any time, some module is outdated and updating the requirements.txt multiple times a week would be weird. --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 510934f..0f0f380 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ About Pypo ========== -|Build Status| |Requirements Status| +|Build Status| Pypo is a self hosted bookmarking service like `Pocket`_. @@ -85,6 +85,10 @@ There is a fab file you can customize to you liking. It creates a virtualenv, sets up the directory structure and checks your current local commit out on the target machine. +Requirements status +------------------ + |Requirements Status| + License -------