Skip to content

Commit 404143e

Browse files
committed
Add requests[security] for python 2.6.
1 parent 3a93d0c commit 404143e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ def readme():
4242
'plotly/matplotlylib/mplexporter/renderers'],
4343
package_data={'plotly': ['graph_reference/*.json', 'widgets/*.js']},
4444
install_requires=['requests', 'six', 'pytz'],
45-
extras_require={"PY2.6": ['simplejson', 'ordereddict']},
45+
extras_require={"PY2.6": ['simplejson', 'ordereddict',
46+
'requests[security]']},
4647
zip_safe=False)

0 commit comments

Comments
 (0)