Skip to content

Commit

Permalink
Explicitly specify oauthlib dependency requirement as >= 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Feb 7, 2022
1 parent be9e399 commit fc0d967
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,13 @@
download_url="https://pypi.org/project/tweepy/",
packages=find_packages(),
install_requires=[
"oauthlib>=3.2.0,<4",
"requests>=2.27.0,<3",
"requests_oauthlib>=1.0.0,<2",
],
tests_require=tests_require,
extras_require={
"async": [
"aiohttp>=3.7.3,<4",
"oauthlib>=3.1.0,<4",
],
"async": ["aiohttp>=3.7.3,<4"],
"dev": [
"coveralls>=2.1.0",
"tox>=3.14.0",
Expand Down

0 comments on commit fc0d967

Please sign in to comment.