Skip to content

Commit

Permalink
Add djhtml
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Jan 3, 2024
1 parent 6efb1fe commit fffb7ae
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
15 changes: 14 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python = "^3.11"
Django = "~4.2"
wagtail = "~5.2"
psycopg2 = "^2.9.3"
gunicorn = {version = "^20.1.0", optional = true}
gunicorn = { version = "^20.1.0", optional = true }
django-pattern-library = "^1.1.0"
whitenoise = "^6.1.0"
dj-database-url = "^0.5.0"
Expand Down Expand Up @@ -46,6 +46,7 @@ honcho = "^1.1.0"
# Linters etc.
black = "^22.3.0"
detect-secrets = "^1.2.0"
djhtml = "^3.0.6"
flake8 = "^4.0.1"
isort = "^5.12.0"
pre-commit = "^2.19.0"
Expand Down

0 comments on commit fffb7ae

Please sign in to comment.