Skip to content

Commit f260e76

Browse files
authored
include nbformat as dependency to fix plotly#692
1 parent e412dcc commit f260e76

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,9 @@ def readme():
4545
'plotly/matplotlylib/mplexporter',
4646
'plotly/matplotlylib/mplexporter/renderers'],
4747
package_data={'plotly': ['package_data/*']},
48-
install_requires=['decorator', 'requests', 'six', 'pytz'],
48+
install_requires=['decorator',
49+
'nbformat>=4.3',
50+
'pytz',
51+
'requests',
52+
'six'],
4953
zip_safe=False)

0 commit comments

Comments
 (0)