File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ classifiers = [
36
36
dependencies = [
37
37
" django >= 4.2" ,
38
38
" requests >= 2.13.0" ,
39
- " oauthlib @ git+https://github.com/oauthlib/oauthlib.git@master " ,
39
+ " oauthlib >= 3.3.0 " ,
40
40
" jwcrypto >= 1.5.0" ,
41
41
]
42
42
Original file line number Diff line number Diff line change 42
42
dj51: Django>=5.1,<5.2
43
43
djmain: https://github.com/django/django/archive/main.tar.gz
44
44
djangorestframework
45
- git+https://github.com/ oauthlib/oauthlib.git@master # egg=oauthlib
45
+ oauthlib>=3.3.0
46
46
jwcrypto
47
47
coverage
48
48
pytest
@@ -75,7 +75,7 @@ commands =
75
75
deps =
76
76
Jinja2<3.1
77
77
sphinx<3
78
- git+https://github.com/ oauthlib/oauthlib.git@master # egg=oauthlib
78
+ oauthlib>=3.3.0
79
79
m2r>=0.2.1
80
80
mistune<2
81
81
sphinx-rtd-theme
You can’t perform that action at this time.
0 commit comments