Updated AUTHORS, HISTORY; added ssl_verify; removed _media_update

- Added @jvanasco to the AUTHORS.rst
- Updated History
- Removed _media_update internal function
- Twython now takes ssl_verify param
This commit is contained in:
Mike Helmick 2013-04-23 19:43:05 -04:00
parent a451db43c1
commit 776e02b071
4 changed files with 30 additions and 23 deletions

View file

@ -25,7 +25,7 @@ setup(
include_package_data=True,
# Package dependencies.
install_requires=['requests>=1.0.0, <2.0.0', 'requests_oauthlib==0.3.0'],
install_requires=['requests==1.2.0', 'requests_oauthlib==0.3.0'],
# Metadata for PyPI.
author='Ryan McGrath',