8000 Prevent InsecurePlatformWarning. · R-Future/plotly.py@5c7fb7b · GitHub
[go: up one dir, main page]

Skip to content

Commit 5c7fb7b

Browse files
committed
Prevent InsecurePlatformWarning.
1 parent 80ebeb7 commit 5c7fb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def readme():
4141
'plotly/matplotlylib/mplexporter',
4242
'plotly/matplotlylib/mplexporter/renderers'],
4343
package_data={'plotly': ['graph_reference/*.json', 'widgets/*.js']},
44-
install_requires=['requests', 'six', 'pytz'],
44+
install_requires=['requests[security]', 'six', 'pytz'],
4545
extras_require={"PY2.6": ['simplejson', 'ordereddict',
4646
'requests[security]']},
4747
zip_safe=False)

0 commit comments

Comments
 (0)
0