Browse Source

Django 1.11

pull/125/head
Pēteris Caune 8 years ago
parent
commit
49eb8b6b23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      README.md
  2. +1
    -1
      requirements.txt

+ 1
- 1
README.md View File

@ -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


+ 1
- 1
requirements.txt View File

@ -1,5 +1,5 @@
croniter
Django==1.10.5
Django==1.11.1
django_compressor==2.1
psycopg2==2.6.2
pytz==2016.7


Loading…
Cancel
Save