danihodovic / celery-exporter

A Prometheus exporter for Celery metrics
MIT License
399 stars 87 forks source link

Using the new poetry dev group #199

Closed SavinaRoja closed 1 year ago

SavinaRoja commented 1 year ago

The pyproject.toml file had both old-style and new-style dev dependency grouping. Updated to just use the new poetry style.

Should check that this does not impact CI and builds.

If you don't wish to review the poetry.lock file. I'd be happy to re-submit with just the pyproject.toml file changes. Then you could perform poetry lock --no-update on your own.

danihodovic commented 1 year ago

Could you rebase the PR?

SavinaRoja commented 1 year ago

I have rebased it. I did remove poetry.lock from the commit, as I was seeing some unintended changes in poetry output there, perhaps owing to version differences or config. I think it probably makes more sense for @danihodovic to execute changes to the lockfile.