We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d066bb commit f976d80Copy full SHA for f976d80
jupyter_plotly_dash/version.py
@@ -19,4 +19,4 @@
19
# along with jupyter-plotly-dash. If not, see <https://www.gnu.org/licenses/>.
20
#
21
22
-__version__ = "0.4.1"
+__version__ = "0.4.2"
requirements.txt
@@ -1,6 +1,7 @@
1
aiohttp
2
-dpd-static-components
3
django-bootstrap4
4
django-plotly-dash
+dpd-components
5
+dpd-static-support
6
jupyter
7
nbserverproxy
setup.py
@@ -37,7 +37,8 @@
37
install_requires = ['aiohttp',
38
'django-bootstrap4',
39
'django-plotly-dash',
40
- 'dpd-static-components',
+ 'dpd-components',
41
+ 'dpd-static-support',
42
'jupyter',
43
'nbserverproxy',
44
],
0 commit comments