From e85f36d7f48534d21efecd273798acda43e9e361 Mon Sep 17 00:00:00 2001 From: Arnaud Fabre <arnaud.fabre@camobscura.fr> Date: Thu, 18 Jun 2015 10:34:48 +0200 Subject: [PATCH] updates requierements --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2326ee3e..6b35356f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ Markdown==2.6 Pygments==2.0.2 argparse==1.2.1 django-appconf==1.0.1 -django-chronograph==0.3.1 +-e hg+https://bitbucket.org/wnielson/django-chronograph#egg=django-chronograph django-compressor==1.4 django-constance==1.0.1 django-picklefield==0.3.1 @@ -13,3 +13,4 @@ pytz==2015.4 six==1.9.0 wsgiref==0.1.2 django-adminplus +requests -- GitLab