diff --git a/setup.py b/setup.py index 736c903..4764cde 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ def run_tests(): return suite() # Python 3 -install_requires = ['distribute', 'httplib2>=0.7.2', 'pyyaml>=3.10', 'six', 'omnijson'] +install_requires = ['httplib2>=0.7.2', 'pyyaml>=3.10', 'six', 'omnijson'] if sys.version < '3': install_requires.append('python-dateutil==1.5') else: