Skip to content

Commit

Permalink
Use dash instead of underscore for requests-oauthlib requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Feb 26, 2022
1 parent 0742f54 commit 2c94758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -40,7 +40,7 @@
install_requires=[
"oauthlib>=3.2.0,<4",
"requests>=2.27.0,<3",
"requests_oauthlib>=1.2.0,<2",
"requests-oauthlib>=1.2.0,<2",
],
tests_require=tests_require,
extras_require={
Expand Down

0 comments on commit 2c94758

Please sign in to comment.