Skip to content

Commit

Permalink
Upgrade python to 3.6 and codify Django v2.n and Dash 1.10 restrictio…
Browse files Browse the repository at this point in the history
…ns (#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 <mark@gibbs.consulting>
  • Loading branch information
delsim and Mark Gibbs committed Apr 16, 2020
1 parent b1a86ee commit 2ef7cad
Show file tree
Hide file tree
Showing 7 changed files with 411 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ dist: xenial
language: python

python:
- "3.6"
- "3.7"

cache:
- pip
Expand Down
2 changes: 1 addition & 1 deletion dev_requirements.txt
Expand Up @@ -2,7 +2,7 @@ coveralls>=1.6.0
channels>=2.0
channels-redis
daphne
Django>=2.0,<2.3
Django>=2.0
django-bootstrap4
django-redis
dpd-static-support>=0.0.4
Expand Down

0 comments on commit 2ef7cad

Please sign in to comment.