From 49eb8b6b23fa5fc682b740cb7e1609ad3e061c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Sun, 28 May 2017 12:49:53 +0300 Subject: [PATCH] Django 1.11 --- README.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f4a1076..c4c026b9 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It is live here: [http://healthchecks.io/](http://healthchecks.io/) The building blocks are: * Python 2 or Python 3 -* Django 1.9 +* Django 1.11 * PostgreSQL or MySQL ## Setting Up for Development diff --git a/requirements.txt b/requirements.txt index 3d669c09..5a6534fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ croniter -Django==1.10.5 +Django==1.11.1 django_compressor==2.1 psycopg2==2.6.2 pytz==2016.7