From e97ec7ea0acc3587bb466a58a05cb734673994c3 Mon Sep 17 00:00:00 2001 From: Erik Scheffers Date: Fri, 25 Feb 2011 19:54:34 +0800 Subject: [PATCH] Added 'httplib2' as requirement --- setup.py | 2 +- twython-django | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 160000 twython-django diff --git a/setup.py b/setup.py index da1bed7..420e25b 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( include_package_data = True, # Package dependencies. - install_requires = ['simplejson', 'oauth2'], + install_requires = ['simplejson', 'oauth2', 'httplib2'], # Metadata for PyPI. author = 'Ryan McGrath', diff --git a/twython-django b/twython-django deleted file mode 160000 index fab3d7a..0000000 --- a/twython-django +++ /dev/null @@ -1 +0,0 @@ -Subproject commit fab3d7a216de87bed8aef9830bb9d04a408859eb