Skip to content
Snippets Groups Projects
Commit 0a4fcccc authored by jan.bednarik's avatar jan.bednarik
Browse files

version 0.7.0 - Mozilla Django OIDC 3

parent 629c6ce3
No related branches found
No related tags found
No related merge requests found
default_language_version:
python: python3.8
python: python3.10
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
exclude: ^.*\.md$
......@@ -20,11 +20,11 @@ repos:
- id: seed-isort-config
- repo: https://github.com/timothycrosley/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 23.7.0
hooks:
- id: black
# Pirates
Django app na uživatele, týmy a skupiny, s napojením na LDAP a SSO.
Django app na uživatele, týmy a skupiny, s napojením na SSO.
[![code style: Black](https://img.shields.io/badge/code%20style-Black-000000)](https://github.com/psf/black)
[![license MIT](https://img.shields.io/badge/license-MIT-brightgreen)](LICENSE)
......
This diff is collapsed.
[tool.poetry]
name = "pirates"
version = "0.6.0"
version = "0.7.0"
description = "Django app for users, teams and groups."
authors = ["Jan Bednařík <jan.bednarik@gmail.com>"]
license = "MIT"
......@@ -32,7 +32,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.8"
mozilla-django-oidc = ">=2,<2.1"
mozilla-django-oidc = ">=3.0.0,<4"
[tool.poetry.dev-dependencies]
tox = "^3.25.1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment