Skip to content

Commit

Permalink
Add version constraint on requests-oauthlib
Browse files Browse the repository at this point in the history
  • Loading branch information
paul121 committed Aug 1, 2023
1 parent a4d7a0a commit 65bed44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"pytest-runner",
]

install_requires = ["requests-oauthlib", "pydantic~=1.7.3"]
install_requires = ["requests-oauthlib~=1.3.1", "pydantic~=1.7.3"]

tests_require = ["pytest", "black>=20"]

Expand Down

0 comments on commit 65bed44

Please sign in to comment.