Skip to content

Commit

Permalink
Update package requirements (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
delsim committed Feb 6, 2020
1 parent 2d066bb commit f976d80
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jupyter_plotly_dash/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
# along with jupyter-plotly-dash. If not, see <https://www.gnu.org/licenses/>.
#

__version__ = "0.4.1"
__version__ = "0.4.2"
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
aiohttp
dpd-static-components
django-bootstrap4
django-plotly-dash
dpd-components
dpd-static-support
jupyter
nbserverproxy
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
install_requires = ['aiohttp',
'django-bootstrap4',
'django-plotly-dash',
'dpd-static-components',
'dpd-components',
'dpd-static-support',
'jupyter',
'nbserverproxy',
],
Expand Down

0 comments on commit f976d80

Please sign in to comment.