Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Sep 19, 2023
1 parent af4b641 commit 9c1fa51
Show file tree
Hide file tree
Showing 6 changed files with 459 additions and 367 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def pip_compile(session, extra):

session.run(
*shlex.split(
"python -m piptools compile --resolver backtracking --quiet "
"python -m piptools compile --resolver backtracking --quiet --strip-extras "
f"{in_extra} {in_file} {PACKAGE_SPEC} "
f"-o {out_file}"
),
Expand Down
Loading

0 comments on commit 9c1fa51

Please sign in to comment.