Hannes221 / rq-dashboard-fast

Redis Queue Dashboard based on FastAPI
MIT License
86 stars 8 forks source link

Unpin dependencies #86

Closed rbange closed 4 months ago

rbange commented 4 months ago

Integrating this package into an existing project is pretty hard due to the dependency limitations. E.g. Fastapi gets effectively downgraded to match this packages dependencies. Please read this section regarding poetry.lock usage in libraries: https://python-poetry.org/docs/basic-usage/#as-a-library-developer

I currently do not see a reason for this dependency pinning.

Also reduced the docker image size, by adding some sensible best practices without overhauling everything.

Hannes221 commented 4 months ago

Thank you for your contribution! @rbange