Skip to content

Commit f6c6149

Browse files
authored
Merge changes
Fix up merged changes
1 parent ef1e4a4 commit f6c6149

File tree

5 files changed

+102
-107
lines changed

5 files changed

+102
-107
lines changed

django_plotly_dash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
2424
'''
2525

26-
__version__ = "1.2.0"
26+
__version__ = "1.3.1"

docs/installation.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ Then, add ``django_plotly_dash`` to ``INSTALLED_APPS`` in the Django ``settings.
2020
The project directory name ``django_plotly_dash`` can also be used on its own if preferred, but this will stop the use of readable application names in
2121
the Django admin interface.
2222

23+
Also, enable the use of frames within HTML documents by also adding to the ``settings.py`` file::
24+
25+
X_FRAME_OPTIONS = 'SAMEORIGIN'
26+
27+
2328
Further, if the :ref:`header and footer <plotly_header_footer>` tags are in use
2429
then ``django_plotly_dash.middleware.BaseMiddleware`` should be added to ``MIDDLEWARE`` in the same file. This
2530
can be safely added now even if not used.

docs/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ these features:
1515
There is nothing here that cannot be achieved through expanding the Flask app around Plotly Dash, or indeed by using an alternative web
1616
framework. The purpose of this project is to enable the above features, given that the choice to use Django has already been made.
1717

18-
The source code can be found in `this github repository <https://https://github.com/GibbsConsulting/django-plotly-dash>`_. This repository also includes
18+
The source code can be found in `this github repository <https://github.com/GibbsConsulting/django-plotly-dash>`_. This repository also includes
1919
a self-contained demo application, which can also be viewed `online <https://djangoplotlydash.com>`_.
2020

2121
.. _overview:

frozen_dev.txt

Lines changed: 93 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -1,129 +1,119 @@
1-
aioredis==1.2.0
1+
aioredis==1.3.1
22
alabaster==0.7.12
33
argh==0.26.2
4-
asgiref==3.1.2
5-
asn1crypto==0.24.0
6-
astroid==2.2.5
7-
async-timeout==2.0.1
8-
atomicwrites==1.3.0
9-
attrs==19.1.0
10-
autobahn==19.6.2
11-
Automat==0.7.0
12-
Babel==2.7.0
13-
beautifulsoup4==4.7.1
14-
bleach==3.1.0
15-
certifi==2019.6.16
16-
cffi==1.12.3
17-
channels==2.2.0
18-
channels-redis==2.3.2
4+
asgiref==3.2.7
5+
astroid==2.3.3
6+
async-timeout==3.0.1
7+
attrs==19.3.0
8+
autobahn==20.4.2
9+
Automat==20.2.0
10+
Babel==2.8.0
11+
beautifulsoup4==4.9.0
12+
bleach==3.1.4
13+
certifi==2020.4.5.1
14+
cffi==1.14.0
15+
channels==2.4.0
16+
channels-redis==2.4.2
1917
chardet==3.0.4
20-
Click==7.0
18+
click==7.1.1
2119
constantly==15.1.0
22-
coverage==4.5.3
23-
coveralls==1.8.1
24-
cryptography==2.7
25-
daphne==2.3.0
26-
dash==1.0.0
27-
dash-bootstrap-components==0.6.2
28-
dash-core-components==1.0.0
29-
dash-html-components==1.0.0
30-
dash-renderer==1.0.0
31-
dash-table==4.0.0
32-
decorator==4.4.0
33-
Django==2.2.2
34-
django-bootstrap4==0.0.8
35-
-e git+https://github.com/delsim/django-plotly-dash.git@0a58348f6e3c212623ef8a9cefdaee7cc3c46ed9#egg=django_plotly_dash
36-
django-redis==4.10.0
20+
coverage==5.1
21+
coveralls==2.0.0
22+
cryptography==2.9
23+
daphne==2.5.0
24+
dash==1.10.0
25+
dash-bootstrap-components==0.9.2
26+
dash-core-components==1.9.0
27+
dash-html-components==1.0.3
28+
dash-renderer==1.3.0
29+
dash-table==4.6.2
30+
Django==3.0.5
31+
django-bootstrap4==1.1.1
32+
-e git+https://delsim@github.com/delsim/django-plotly-dash.git@2810d13d1da7799e76c4f1db55a347432b093b99#egg=django_plotly_dash
33+
django-redis==4.11.0
3734
docopt==0.6.2
38-
docutils==0.14
35+
docutils==0.16
3936
dpd-components==0.1.0
40-
dpd-static-support==0.0.4
41-
Flask==1.0.3
37+
dpd-static-support==0.0.5
38+
Flask==1.1.2
4239
Flask-Compress==1.4.0
40+
future==0.18.2
4341
grip==4.5.2
44-
hiredis==1.0.0
42+
hiredis==1.0.1
4543
hyperlink==19.0.0
46-
idna==2.8
47-
imagesize==1.1.0
48-
importlib-metadata==0.18
44+
idna==2.9
45+
imagesize==1.2.0
46+
importlib-metadata==1.6.0
4947
incremental==17.5.0
50-
ipython-genutils==0.2.0
5148
isort==4.3.21
5249
itsdangerous==1.1.0
53-
Jinja2==2.10.1
54-
jsonschema==3.0.1
55-
jupyter-core==4.5.0
56-
lazy-object-proxy==1.4.1
50+
jeepney==0.4.3
51+
Jinja2==2.11.2
52+
keyring==21.2.0
53+
lazy-object-proxy==1.4.3
5754
livereload==2.6.1
58-
lxml==4.3.4
59-
Markdown==3.1.1
55+
Markdown==3.2.1
6056
MarkupSafe==1.1.1
6157
mccabe==0.6.1
62-
more-itertools==7.0.0
63-
msgpack==0.5.6
64-
nbformat==4.4.0
65-
numpy==1.16.4
66-
packaging==19.0
67-
pandas==0.24.2
58+
more-itertools==8.2.0
59+
msgpack==0.6.2
60+
numpy==1.18.2
61+
packaging==20.3
62+
pandas==1.0.3
6863
path-and-address==2.0.1
69-
pathlib2==2.3.4
7064
pathtools==0.1.2
71-
percy==2.0.2
7265
pkg-resources==0.0.0
7366
pkginfo==1.5.0.1
74-
plotly==3.10.0
75-
pluggy==0.12.0
67+
plotly==4.6.0
68+
pluggy==0.13.1
7669
port-for==0.3.1
77-
py==1.8.0
78-
pycparser==2.19
79-
Pygments==2.4.2
80-
PyHamcrest==1.9.0
81-
pylint==2.3.1
82-
pyOpenSSL==19.0.0
83-
pyparsing==2.4.0
84-
pyrsistent==0.15.2
85-
pytest==4.6.3
86-
pytest-cov==2.7.1
87-
pytest-django==3.5.0
88-
pytest-mock==1.10.4
89-
pytest-sugar==0.9.2
90-
python-coveralls==2.9.2
91-
python-dateutil==2.8.0
92-
pytz==2019.1
93-
PyYAML==5.1.1
94-
readme-renderer==24.0
95-
redis==3.2.1
96-
requests==2.22.0
70+
py==1.8.1
71+
pyasn1==0.4.8
72+
pyasn1-modules==0.2.8
73+
pycparser==2.20
74+
Pygments==2.6.1
75+
PyHamcrest==2.0.2
76+
pylint==2.4.4
77+
pyOpenSSL==19.1.0
78+
pyparsing==2.4.7
79+
pytest==5.4.1
80+
pytest-cov==2.8.1
81+
pytest-django==3.9.0
82+
python-coveralls==2.9.3
83+
python-dateutil==2.8.1
84+
pytz==2019.3
85+
PyYAML==5.3.1
86+
readme-renderer==25.0
87+
redis==3.4.1
88+
requests==2.23.0
9789
requests-toolbelt==0.9.1
9890
retrying==1.3.3
99-
selenium==3.141.0
100-
six==1.12.0
101-
snowballstemmer==1.2.1
102-
soupsieve==1.9.2
103-
Sphinx==2.1.2
91+
SecretStorage==3.1.2
92+
service-identity==18.1.0
93+
six==1.14.0
94+
snowballstemmer==2.0.0
95+
soupsieve==2.0
96+
Sphinx==3.0.1
10497
sphinx-autobuild==0.7.1
105-
sphinxcontrib-applehelp==1.0.1
106-
sphinxcontrib-devhelp==1.0.1
107-
sphinxcontrib-htmlhelp==1.0.2
98+
sphinxcontrib-applehelp==1.0.2
99+
sphinxcontrib-devhelp==1.0.2
100+
sphinxcontrib-htmlhelp==1.0.3
108101
sphinxcontrib-jsmath==1.0.1
109-
sphinxcontrib-qthelp==1.0.2
110-
sphinxcontrib-serializinghtml==1.1.3
111-
sqlparse==0.3.0
112-
termcolor==1.1.0
113-
tornado==6.0.3
114-
tqdm==4.32.2
115-
traitlets==4.3.2
116-
twine==1.13.0
117-
Twisted==19.2.1
118-
txaio==18.8.1
119-
typed-ast==1.4.0
120-
urllib3==1.25.3
121-
waitress==1.3.0
122-
watchdog==0.9.0
123-
wcwidth==0.1.7
102+
sphinxcontrib-qthelp==1.0.3
103+
sphinxcontrib-serializinghtml==1.1.4
104+
sqlparse==0.3.1
105+
tornado==6.0.4
106+
tqdm==4.45.0
107+
twine==3.1.1
108+
Twisted==20.3.0
109+
txaio==20.4.1
110+
typed-ast==1.4.1
111+
urllib3==1.25.9
112+
watchdog==0.10.2
113+
wcwidth==0.1.9
124114
webencodings==0.5.1
125-
Werkzeug==0.15.4
126-
whitenoise==4.1.2
115+
Werkzeug==1.0.1
116+
whitenoise==5.0.1
127117
wrapt==1.11.2
128-
zipp==0.5.1
129-
zope.interface==4.6.0
118+
zipp==3.1.0
119+
zope.interface==5.1.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
},
4343
install_requires = ['plotly',
4444
'dash<1.11',
45-
'dash-core-components',
45+
'dash-core-components==1.9.0',
4646
'dash-html-components',
47-
'dash-renderer',
47+
'dash-renderer==1.3.0',
4848
'dpd-components',
4949
'Django>=3',
5050
'Flask>=1.0.2'],

0 commit comments

Comments
 (0)