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 @@ -39,7 +39,7 @@ classifiers = [
3939dependencies = [
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
Original file line number Diff line number Diff line change 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 =
7979deps =
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
You can’t perform that action at this time.
0 commit comments