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 41
41
dj51: Django>=5.1,<5.2
42
42
djmain: https://github.com/django/django/archive/main.tar.gz
43
43
djangorestframework
44
- git+https://github.com/ oauthlib/oauthlib.git@master # egg=oauthlib
44
+ oauthlib>=3.3.0
45
45
jwcrypto
46
46
coverage
47
47
pytest
@@ -74,7 +74,7 @@ commands =
74
74
deps =
75
75
Jinja2<3.1
76
76
sphinx<3
77
- git+https://github.com/ oauthlib/oauthlib.git@master # egg=oauthlib
77
+ oauthlib>=3.3.0
78
78
m2r>=0.2.1
79
79
mistune<2
80
80
sphinx-rtd-theme
You can’t perform that action at this time.
0 commit comments