Skip to content

Commit b71022c

Browse files
cristiprgdopry
authored andcommitted
Use latest oauthlib 3.3.0
1 parent 1654f24 commit b71022c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ classifiers = [
3636
dependencies = [
3737
"django >= 4.2",
3838
"requests >= 2.13.0",
39-
"oauthlib @ git+https://github.com/oauthlib/oauthlib.git@master",
39+
"oauthlib >= 3.3.0",
4040
"jwcrypto >= 1.5.0",
4141
]
4242

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ deps =
4141
dj51: Django>=5.1,<5.2
4242
djmain: https://github.com/django/django/archive/main.tar.gz
4343
djangorestframework
44-
git+https://github.com/oauthlib/oauthlib.git@master#egg=oauthlib
44+
oauthlib>=3.3.0
4545
jwcrypto
4646
coverage
4747
pytest
@@ -74,7 +74,7 @@ commands =
7474
deps =
7575
Jinja2<3.1
7676
sphinx<3
77-
git+https://github.com/oauthlib/oauthlib.git@master#egg=oauthlib
77+
oauthlib>=3.3.0
7878
m2r>=0.2.1
7979
mistune<2
8080
sphinx-rtd-theme

0 commit comments

Comments
 (0)