Skip to content

Commit

Permalink
Fix requirements path
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Aug 28, 2023
1 parent 98ca46f commit 49c7bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def load_requirements(requirements_files: Union[Path, list[Path]]) -> list:
"all": load_requirements(
list(HERE.joinpath("requirements").glob("extra.*.txt"))
),
"img-remote": load_requirements(HERE / "requirements/extra.img-local.txt"),
"img-remote": load_requirements(HERE / "requirements/extra.img-remote.txt"),
},
# cli
entry_points={
Expand Down

0 comments on commit 49c7bd7

Please sign in to comment.