Description: Removes install_requires in order to avoid automatic package
 installation with some Python package managers.
Author: Josue Ortega <josue@debian.org>
Last-update: 2017-01-18

--- a/setup.py
+++ b/setup.py
@@ -41,5 +41,5 @@
                 'plotly/matplotlylib/mplexporter',
                 'plotly/matplotlylib/mplexporter/renderers'],
       package_data={'plotly': ['package_data/*']},
-      install_requires=['requests', 'six', 'pytz'],
+      # install_requires=['requests', 'six', 'pytz'],
       zip_safe=False)
