Skip to content

Commit fe494d4

Browse files
authored
Require a minimum version of decorator, fixes #721
1 parent 077fc40 commit fe494d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def readme():
4646
'plotly/matplotlylib/mplexporter',
4747
'plotly/matplotlylib/mplexporter/renderers'],
4848
package_data={'plotly': ['package_data/*']},
49-
install_requires=['decorator',
49+
install_requires=['decorator>=4.0.6',
5050
'nbformat>=4.2',
5151
'pytz',
5252
'requests',

0 commit comments

Comments
 (0)