Skip to content

Commit

Permalink
Fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
pikhovkin committed Nov 18, 2018
1 parent 0673f13 commit 304f40b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 304f40b

Please sign in to comment.