Use dash instead of underscore for requests-oauthlib requirement
authorHarmon <Harmon758@gmail.com>
Sat, 26 Feb 2022 23:26:15 +0000 (17:26 -0600)
committerHarmon <Harmon758@gmail.com>
Sat, 26 Feb 2022 23:26:15 +0000 (17:26 -0600)
setup.py

index c50f005eec357aaed134368b8935f38c4a9de391..ea2c27d8d8197db42233bdcddb7cd8b0a35fa247 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -40,7 +40,7 @@ setup(
     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={