Skip to content

Commit

Permalink
fix(deps): exclude pdbpp on windows
Browse files Browse the repository at this point in the history
Signed-off-by: Braden Mars <bradenmars@bradenmars.me>
  • Loading branch information
BradenM committed Mar 27, 2023
1 parent 3483302 commit 445455e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ mypy = { version = "^1.0", extras = ["dmypy"] }
types-requests = "^2.27.14"
pylint = "^2.7"
better-exceptions = "^0.3.3"
pdbpp = "^0.10.3"
pdbpp = {version = "^0.10.3", platform = "!=win32" }

[tool.poetry.group.lint]
optional = true
Expand Down

0 comments on commit 445455e

Please sign in to comment.