-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump up the requests library versions (#15)
- Loading branch information
1 parent
98e0bd7
commit 0ae2608
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
requests==2.22.0 | ||
requests>=2.25.0 | ||
future==0.18.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
setuptools.setup( | ||
name='qbosdk', | ||
version='0.13.0', | ||
version='0.13.1', | ||
author='Shwetabh Kumar', | ||
author_email='[email protected]', | ||
description='Python SDK for accessing Quickbooks Online APIs', | ||
|
@@ -18,7 +18,7 @@ | |
keywords=['quickbooks-online', 'quickbooks', 'fyle', 'api', 'python', 'sdk'], | ||
url='https://github.com/fylein/qbo-sdk-py', | ||
packages=setuptools.find_packages(), | ||
install_requires=['requests==2.22.0', 'future==0.18.2'], | ||
install_requires=['requests>=2.25.0', 'future==0.18.2'], | ||
classifiers=[ | ||
'Topic :: Internet :: WWW/HTTP', | ||
'Intended Audience :: Developers', | ||
|