From 972ef8eb97240ea2f8a3d146e777a83d33116002 Mon Sep 17 00:00:00 2001 From: Donny Winston Date: Fri, 19 Apr 2019 15:47:19 -0700 Subject: [PATCH 1/3] Use Ubuntu 16.04 (Xenial) dist for Travis CI This is to allow for use of Django 2.2, which requires SQLite >=3.8.3. The stable sqlite3 for xenial (i.e. `apt-get install sqlite3`) is 3.11.0. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 82a895d7..9ddbffd2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ # Travis CI +dist: xenial language: python python: From 279a078ca46466131f9708926731d9afb0334e6a Mon Sep 17 00:00:00 2001 From: Donny Winston Date: Fri, 19 Apr 2019 15:49:20 -0700 Subject: [PATCH 2/3] Allow Django 2.2.x --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c12bbb7a..ee3650b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ dpd-components dash-bootstrap-components -Django>=2,<2.2 +Django>=2,<2.3 Flask>=1.0.2 From 66a852ac6e009791b4e42159261b018644cafa0a Mon Sep 17 00:00:00 2001 From: Donny Winston Date: Fri, 19 Apr 2019 15:49:46 -0700 Subject: [PATCH 3/3] Allow Django 2.2.x --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 3ee1d379..ffdaeb0e 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,7 +1,7 @@ channels>=2.0 channels-redis daphne -Django>=2.0,<2.2 +Django>=2.0,<2.3 django-bootstrap4 django-redis dpd-static-support