Skip to content

Commit bdca7d7

Browse files
cristiprgdopry
authored andcommitted
Use latest oauthlib 3.3.0
1 parent c5f0a80 commit bdca7d7

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
@@ -39,7 +39,7 @@ classifiers = [
3939
dependencies = [
4040
"django >= 4.2",
4141
"requests >= 2.13.0",
42-
"oauthlib @ git+https://github.com/oauthlib/oauthlib.git@master",
42+
"oauthlib >= 3.3.0",
4343
"jwcrypto >= 1.5.0",
4444
]
4545

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ deps =
4646
dj52: Django>=5.2,<6.0
4747
djmain: https://github.com/django/django/archive/main.tar.gz
4848
djangorestframework
49-
git+https://github.com/oauthlib/oauthlib.git@master#egg=oauthlib
49+
oauthlib>=3.3.0
5050
jwcrypto
5151
coverage
5252
pytest
@@ -79,7 +79,7 @@ commands =
7979
deps =
8080
Jinja2<3.1
8181
sphinx<3
82-
git+https://github.com/oauthlib/oauthlib.git@master#egg=oauthlib
82+
oauthlib>=3.3.0
8383
m2r>=0.2.1
8484
mistune<2
8585
sphinx-rtd-theme

0 commit comments

Comments
 (0)