We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ebeb7 commit 5c7fb7bCopy full SHA for 5c7fb7b
setup.py
@@ -41,7 +41,7 @@ def readme():
41
'plotly/matplotlylib/mplexporter',
42
'plotly/matplotlylib/mplexporter/renderers'],
43
package_data={'plotly': ['graph_reference/*.json', 'widgets/*.js']},
44
- install_requires=['requests', 'six', 'pytz'],
+ install_requires=['requests[security]', 'six', 'pytz'],
45
extras_require={"PY2.6": ['simplejson', 'ordereddict',
46
'requests[security]']},
47
zip_safe=False)
0 commit comments