pip package out of date #37
Labels
No labels
Bug
Enhancement
Feature Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: code/twython#37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
Can you update Twython in the python package index @ http://pypi.python.org/pypi/twython/? The bulk user lookup function broke and was fixed here but the pip package hasn't been updated. I'm working on a app which relies on Twython and it would be nice if I could just upgrade with pip instead of reinstalling from github.
Thanks, great library!
Done. Apologies, thought it was current - thanks for pointing it out! I also managed to roll in a fix for compatibility issues with newer flavors of the OAuth2 library from SimpleGeo. Enjoy. ;)
Thanks for the timely response!