Skip to content

Commit

Permalink
Prevent InsecurePlatformWarning.
Browse files Browse the repository at this point in the history
  • Loading branch information
theengineear committed May 25, 2015
1 parent 80ebeb7 commit 5c7fb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def readme():
'plotly/matplotlylib/mplexporter',
'plotly/matplotlylib/mplexporter/renderers'],
package_data={'plotly': ['graph_reference/*.json', 'widgets/*.js']},
install_requires=['requests', 'six', 'pytz'],
install_requires=['requests[security]', 'six', 'pytz'],
extras_require={"PY2.6": ['simplejson', 'ordereddict',
'requests[security]']},
zip_safe=False)

0 comments on commit 5c7fb7b

Please sign in to comment.