Skip to content

Commit a491eaa

Browse files
duzumakicristiprg
authored andcommitted
Temp commit: Point oauthlib to master
This commit will not be merged(I think). Currently oauthlib is due a release so I'm pointing this to master
1 parent ea3f8cd commit a491eaa

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 >= 3.2.2",
39+
"oauthlib @ git+https://github.com/oauthlib/oauthlib.git@master",
4040
"jwcrypto >= 1.5.0",
4141
]
4242

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ deps =
4242
dj51: Django>=5.1,<5.2
4343
djmain: https://github.com/django/django/archive/main.tar.gz
4444
djangorestframework
45-
oauthlib>=3.2.2
45+
git+https://github.com/oauthlib/oauthlib.git@master#egg=oauthlib
4646
jwcrypto
4747
coverage
4848
pytest
@@ -75,7 +75,7 @@ commands =
7575
deps =
7676
Jinja2<3.1
7777
sphinx<3
78-
oauthlib>=3.2.2
78+
git+https://github.com/oauthlib/oauthlib.git@master#egg=oauthlib
7979
m2r>=0.2.1
8080
mistune<2
8181
sphinx-rtd-theme

0 commit comments

Comments
 (0)