Skip to content

Commit

Permalink
✨ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
perdy committed Aug 31, 2021
1 parent 3167547 commit 2ae06da
Show file tree
Hide file tree
Showing 3 changed files with 482 additions and 509 deletions.
2 changes: 1 addition & 1 deletion make
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def poetry(*args) -> typing.List[str]:

@command(command_type=Type.SHELL, parser_opts={"help": "Install requirements"})
def install(*args, **kwargs):
return [poetry("install", "-E", "full", *args)]
return [poetry("install", *args)]


@command(command_type=Type.PYTHON, parser_opts={"help": "Clean directory"})
Expand Down
Loading

0 comments on commit 2ae06da

Please sign in to comment.