File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
2+
3+ version : 2
4+
5+ build :
6+ os : ubuntu-22.04
7+ tools :
8+ python : " 3.13"
9+
10+ mkdocs :
11+ configuration : mkdocs.yml
12+
13+
14+ python :
15+ install :
16+ - requirements : docs/requirements.txt
Original file line number Diff line number Diff line change 66[ ![ Python 3.10+] ( https://img.shields.io/badge/Python-3.10+-brightgreen.svg )] ( # )
77[ ![ Django 4.2+] ( https://img.shields.io/badge/Django-4.2+-brightgreen.svg )] ( # )
88[ ![ License MIT] ( https://img.shields.io/badge/license-MIT-brightgreen.svg )] ( https://github.com/Codoc-os/drf-simple-oauth2/blob/master/LICENSE )
9- [ ![ codecov] ( https://codecov.io/gh/Codoc-os/drf-simple-oauth2/branch/master/ graph/badge.svg )] ( https://codecov.io/gh/Codoc-os/drf-simple-oauth2 )
9+ [ ![ codecov] ( https://codecov.io/gh/Codoc-os/drf-simple-oauth2/graph/badge.svg?token=Jrra7iA4gW )] ( https://codecov.io/gh/Codoc-os/drf-simple-oauth2 )
1010[ ![ CodeFactor] ( https://www.codefactor.io/repository/github/Codoc-os/drf-simple-oauth2/badge )] ( https://www.codefactor.io/repository/github/Codoc-os/drf-simple-oauth2 )
1111
1212** DRF Simple OAuth2** is an OAuth2/OpenID Connect client for Django REST Framework. It lets you define one or many providers entirely via settings.
Original file line number Diff line number Diff line change 1+ mkdocs ~= 1.5.3
2+ jinja2 ~= 3.1.3
You can’t perform that action at this time.
0 commit comments