projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0742f54
)
Use dash instead of underscore for requests-oauthlib requirement
author
Harmon
<Harmon758@gmail.com>
Sat, 26 Feb 2022 23:26:15 +0000
(17:26 -0600)
committer
Harmon
<Harmon758@gmail.com>
Sat, 26 Feb 2022 23:26:15 +0000
(17:26 -0600)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/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={