File tree Expand file tree Collapse file tree 5 files changed +9
-2
lines changed Expand file tree Collapse file tree 5 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 3737 - name : Install Python dependencies
3838 run : |
3939 python -m pip install --upgrade pip
40- python -m pip install --upgrade tox tox-gh-actions
40+ python -m pip install --upgrade tox tox-gh-actions django
4141
4242 - name : Tox tests
4343 run : |
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ Michael Howitz
4646Paul Dekkers
4747Paul Oswald
4848Pavel Tvrdík
49+ Peter Carnesciali
4950Rodney Richardson
5051Rustem Saiargaliev
5152Sandro Rodrigues
Original file line number Diff line number Diff line change 11Django >= 3.0 ,< 3.1
22oauthlib >= 3.1.0
33m2r >= 0.2.1
4+ mistune < 2
45.
Original file line number Diff line number Diff line change 1+ import django
2+
3+
14__version__ = "1.5.0"
25
3- default_app_config = "oauth2_provider.apps.DOTConfig"
6+ if django .VERSION < (3 , 2 ):
7+ default_app_config = "oauth2_provider.apps.DOTConfig"
Original file line number Diff line number Diff line change 6464 sphinx<3
6565 oauthlib>=3.1.0
6666 m2r>=0.2.1
67+ mistune<2
6768 sphinx-rtd-theme
6869 livedocs: sphinx-autobuild
6970 jwcrypto
You can’t perform that action at this time.
0 commit comments