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 3a93d0c commit 404143eCopy full SHA for 404143e
setup.py
@@ -42,5 +42,6 @@ def readme():
42
'plotly/matplotlylib/mplexporter/renderers'],
43
package_data={'plotly': ['graph_reference/*.json', 'widgets/*.js']},
44
install_requires=['requests', 'six', 'pytz'],
45
- extras_require={"PY2.6": ['simplejson', 'ordereddict']},
+ extras_require={"PY2.6": ['simplejson', 'ordereddict',
46
+ 'requests[security]']},
47
zip_safe=False)
0 commit comments