Skip to content

Commit

Permalink
Cargo: add missing python package requirements
Browse files Browse the repository at this point in the history
When setup.py got removed they haven't been added in Cargo.toml making
the package broken at runtime.
  • Loading branch information
xrmx committed Apr 14, 2021
1 parent d459559 commit 880a877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ classifier = [
"Programming Language :: Python :: 3 :: Only",
"Operating System :: OS Independent"
]
requires-dist = ["click>=7", "celery>=4,<5", "prometheus_client>=0.0.20"]

[package.metadata.maturin.scripts]
celery-exporter = "celery_exporter.__main__:main"

0 comments on commit 880a877

Please sign in to comment.