Skip to content

Commit

Permalink
Merge 338c8a7 into 7af9125
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroussard committed Mar 26, 2024
2 parents 7af9125 + 338c8a7 commit 9b8f46d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Expand Up @@ -43,7 +43,7 @@ def readall(path):
author_email="me@kennethreitz.com",
url="https://github.com/requests/requests-oauthlib",
packages=["requests_oauthlib", "requests_oauthlib.compliance_fixes"],
python_requires=">=3.4",
python_requires=">=3.7",
install_requires=["oauthlib>=3.0.0", "requests>=2.0.0"],
extras_require={"rsa": ["oauthlib[signedtoken]>=3.0.0"]},
license="ISC",
Expand All @@ -54,9 +54,6 @@ def readall(path):
"License :: OSI Approved :: BSD License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit 9b8f46d

Please sign in to comment.