From 95fdca04d2f0530c2682bf418e2ff8c92f223b2d Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 21 Jun 2023 13:52:38 -0400 Subject: [PATCH] Add `django-stubs-ext` as a runtime dependency --- pdm.lock | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pdm.lock b/pdm.lock index 3ec5ad9..0245be6 100644 --- a/pdm.lock +++ b/pdm.lock @@ -671,7 +671,7 @@ summary = "Zopfli module for python" lock_version = "4.2" cross_platform = true groups = ["default", "debug", "lint", "server", "typing"] -content_hash = "sha256:3e444bbd9316675d94247da1b274e9e3477eb3a09ccdad1b89c2ca014a63bd6e" +content_hash = "sha256:6e61bc7dca17c6bb445784e6b17e1094ef816fe57c8585277d3e82bc4e9b8f24" [metadata.files] "asgiref 3.6.0" = [ diff --git a/pyproject.toml b/pyproject.toml index b1fc1fa..439fc97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,7 @@ dependencies = [ "django-markdownx~=4.0", "django-recurrence~=1.11", "django-widget-tweaks~=1.4", + "django-stubs-ext~=4.2", "markdownify~=0.11", "mdformat~=0.7", "mdformat-tables~=0.4",