Skip to content

Commit 2ef7cad

Browse files
delsimMark Gibbs
and
Mark Gibbs
authored
Upgrade python to 3.6 and codify Django v2.n and Dash 1.10 restrictions (#239)
* Upgrade minimum python to 3.6 * Add missing websocket file and restrict to Dash 1.10 and Django 2.n Co-authored-by: Mark Gibbs <[email protected]>
1 parent b1a86ee commit 2ef7cad

File tree

7 files changed

+411
-12
lines changed

7 files changed

+411
-12
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dist: xenial
33
language: python
44

55
python:
6-
- "3.6"
6+
- "3.7"
77

88
cache:
99
- pip

dev_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ coveralls>=1.6.0
22
channels>=2.0
33
channels-redis
44
daphne
5-
Django>=2.0,<2.3
5+
Django>=2.0
66
django-bootstrap4
77
django-redis
88
dpd-static-support>=0.0.4

0 commit comments

Comments
 (0)