Commit 3aafca1e authored by Mickaël Desfrênes's avatar Mickaël Desfrênes
Browse files

add auth cli tools

parent 4b612d19
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -63,6 +63,7 @@ INSTALLED_APPS = [
    "django.contrib.messages",
    "django.contrib.staticfiles",
    "huey.contrib.djhuey",
    "authcli.apps.AuthcliConfig",
]

if DEBUG:
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ numpy = "^1.22.4"
opencv-python-headless = "^4.6.0"
deskew = "^1.3.3"
fusepy = "^3.0.1"
django-auth-cli-certic = "^0.1.2"

[tool.poetry.dev-dependencies]
black = "^22.3.0"