Skip to content

Commit f976d80

Browse files
authored
Update package requirements (#54)
1 parent 2d066bb commit f976d80

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

jupyter_plotly_dash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
# along with jupyter-plotly-dash. If not, see <https://www.gnu.org/licenses/>.
2020
#
2121

22-
__version__ = "0.4.1"
22+
__version__ = "0.4.2"

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
aiohttp
2-
dpd-static-components
32
django-bootstrap4
43
django-plotly-dash
4+
dpd-components
5+
dpd-static-support
56
jupyter
67
nbserverproxy

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
install_requires = ['aiohttp',
3838
'django-bootstrap4',
3939
'django-plotly-dash',
40-
'dpd-static-components',
40+
'dpd-components',
41+
'dpd-static-support',
4142
'jupyter',
4243
'nbserverproxy',
4344
],

0 commit comments

Comments
 (0)