Skip to content

Commit

Permalink
build(deps): Add debugpy and update django-stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
dchiller committed Dec 12, 2024
1 parent 91994c0 commit fca0523
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 23 deletions.
56 changes: 34 additions & 22 deletions 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 @@ -26,13 +26,14 @@ black = "^24.4.1"
mypy = "^1.10.0"
pylint = "^3.3.0"
pylint-django = "^2.5.5"
django-stubs = {git = "https://github.com/typeddjango/django-stubs.git", rev = "4a5b0656be5ccfb961e4e32f4a99756eaf57bb1d"}
django-stubs = "^5.1.1"
django-extensions = "^3.2.3"
werkzeug = "^3.0.6"
types-requests = "^2.32.0.20240712"
djlint = "^1.36.3"
beautifulsoup4 = "^4.12.3"
lxml = "^5.3.0"
debugpy = { git = "https://github.com/microsoft/debugpy", rev = "a2f80817a168e1ed6cc60b4f1c70fdb24e40bca5"}


[build-system]
Expand Down

0 comments on commit fca0523

Please sign in to comment.