fixed the url names, and the logout function that was recursively calling itself for shits and giggles.
This commit is contained in:
parent
50ac5263b7
commit
278d5c3db0
3 changed files with 9 additions and 8 deletions
3
setup.py
3
setup.py
|
|
@ -17,7 +17,8 @@ setup(
|
|||
include_package_data = True,
|
||||
|
||||
# Package dependencies.
|
||||
install_requires = ['simplejson', 'oauth2', 'httplib2', 'twython'],
|
||||
install_requires = ['simplejson', 'oauth2', 'httplib2', 'twython', 'django'],
|
||||
provides = ['twython_django_oauth'],
|
||||
|
||||
# Metadata for PyPI.
|
||||
author = 'Ryan McGrath',
|
||||
|
|
|
|||
Reference in a new issue