diff --git a/README.md b/README.md index 3a5e26c..a3498b1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index b18adfb..eb23170 100644 --- a/setup.py +++ b/setup.py @@ -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=[