From 304f40bfdff3193c1ce7f2399a31cf18a194784e Mon Sep 17 00:00:00 2001 From: Sergey Pikhovkin Date: Sun, 18 Nov 2018 19:19:10 +0300 Subject: [PATCH] Fix requirements --- .circleci/config.yml | 2 +- dev-requirements.txt | 4 ++-- requirements.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a68605a..e78cefe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: environment: REQUIREMENTS_FILE: dev-requirements.txt PYLINTRC: .pylintrc - TOX: py27,py27-dj{109,110} + TOX: py27,py27-dj{109,110,111} TOX_PYTHON_27: python steps: diff --git a/dev-requirements.txt b/dev-requirements.txt index 958cd9f..4b5e8e4 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ -;dash_core_components>=0.30.2 -;dash_html_components>=0.13.2 +;dash_core_components==0.35.1 +;dash_html_components>=0.12.0rc3 ;dash_renderer>=0.14.1 ;Django>=1.9,<2.2 ;dash_flow_example==0.0.3 diff --git a/requirements.txt b/requirements.txt index e011cba..cce6ba1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ plotly>=2.0.8 -dash_core_components>=0.30.2 -dash_html_components>=0.13.2 +dash_core_components==0.35.1 +dash_html_components>=0.12.0rc3 dash-renderer>=0.14.1 Django>=1.9,<2.2