Unpin requests
This commit is contained in:
parent
e427281660
commit
02d1a946c1
3 changed files with 9 additions and 9 deletions
2
setup.py
2
setup.py
|
|
@ -23,7 +23,7 @@ if sys.argv[-1] == 'publish':
|
|||
setup(
|
||||
name='twython',
|
||||
version=__version__,
|
||||
install_requires=['requests2.1.0', 'requests_oauthlib==0.4.0'],
|
||||
install_requires=['requests>=2.1.0', 'requests_oauthlib>=0.4.0'],
|
||||
author='Ryan McGrath',
|
||||
author_email='ryan@venodesigns.net',
|
||||
license=open('LICENSE').read(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue