diff options
| author | 2021-10-10 20:00:35 +0100 | |
|---|---|---|
| committer | 2021-10-10 20:00:35 +0100 | |
| commit | 3f8854ebd7daa35f9e896b95efa3e4ff7d23185d (patch) | |
| tree | 5842c9d3d1d366cd14794dba70412ddb5ee497fc /pyproject.toml | |
| parent | Merge pull request #603 from python-discord/decrease-batch-size-for-user-list... (diff) | |
| parent | Uses Nightly To Download Artifacts (diff) | |
Merge pull request #609 from python-discord/static-previews
Static Previews
Diffstat (limited to '')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index d0beb632..2f1322e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ sentry-sdk = "~=0.19" markdown = "~=3.3.4" python-frontmatter = "~=1.0" django-prometheus = "~=2.1" +django-distill = "~=2.9.0" [tool.poetry.dev-dependencies] coverage = "~=5.0" @@ -53,3 +54,4 @@ test = "coverage run manage.py test" report = "coverage report -m" lint = "pre-commit run --all-files" precommit = "pre-commit install" +static = "python mange.py distill-local build --traceback --force" |