Skip to content

Commit

Permalink
Remove dependency on dash_renderer from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pikhovkin committed Dec 5, 2018
1 parent e6e676b commit bf5bc46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ See examples of usage in `tests/django_project`
### Installation

```bash
$ pip install "dash_renderer>=0.14.1"
$ pip install dj-plotly-dash
$ pip install dash_core_components>=0.35.1 --no-deps
$ pip install dash_html_components>=0.12.0rc3 --no-deps
$ pip install "dash_core_components>=0.35.1" --no-deps
$ pip install "dash_html_components>=0.12.0rc3" --no-deps
```

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
install_requires=[
'Django>=1.9,<2.2',
'plotly>=2.0.8',
'dash_renderer>=0.14.1',
# 'dash_renderer>=0.14.1',
],
url='https://github.com/pikhovkin/dj-plotly-dash',
classifiers=[
Expand Down

0 comments on commit bf5bc46

Please sign in to comment.