Skip to content

Commit

Permalink
Update requests_oauthlib dependency requirement to >= 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Jan 21, 2021
1 parent fe3bb8b commit bf629e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
packages=find_packages(exclude=["tests", "examples"]),
install_requires=[
"requests[socks]>=2.11.1",
"requests_oauthlib>=0.7.0",
"requests_oauthlib>=1.0.0",
],
tests_require=tests_require,
extras_require={
Expand Down

0 comments on commit bf629e5

Please sign in to comment.