Skip to content

Commit

Permalink
build(pyproject): Fix all-platforms dependencies alias
Browse files Browse the repository at this point in the history
  • Loading branch information
gfieni committed Dec 12, 2023
1 parent 13bfdaf commit ac2fe47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ kubernetes = ["kubernetes >= 27.0.2"]

# Aliases:
all-databases = ["powerapi[mongodb, influxdb, opentsdb, prometheus]"]
all-platforms = ["kubernetes"]
all-platforms = ["powerapi[kubernetes]"]
everything = ["powerapi[all-databases, all-platforms]"]
devel = ["powerapi[everything, test, docs, lint]"]

Expand Down

0 comments on commit ac2fe47

Please sign in to comment.