Description: Removes install_requires in order to avoid automatic package installation with some
 python package manager.
Author: Josue Ortega <josueortega@debian.org.gt>
Last-update: 2014-11-22

--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@
 setup(
     name='twython',
     version=__version__,
-    install_requires=['requests>=2.1.0', 'requests_oauthlib>=0.4.0'],
+#    install_requires=['requests>=2.1.0', 'requests_oauthlib>=0.4.0'],
     author='Ryan McGrath',
     author_email='ryan@venodesigns.net',
     license='MIT',
