Skip to content

Commit

Permalink
fix: add pathspec to dependencies
Browse files Browse the repository at this point in the history
This is required to parse gitignore
  • Loading branch information
Bruno Alla authored and browniebroke committed Jan 5, 2021
1 parent 29f6af0 commit 2cb8a82
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 50 deletions.
107 changes: 58 additions & 49 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 @@ -28,8 +28,9 @@ djcodemod = "django_codemod.cli:djcodemod"

[tool.poetry.dependencies]
python = "^3.6"
libcst = "<1"
click = "<8"
libcst = "<1"
pathspec = ">=0.6,<1"
rich = "<10"

# Docs deps
Expand Down

0 comments on commit 2cb8a82

Please sign in to comment.