Remove flower dependency
For context: while trying to put our packages for the new nightlies on conda-forge, there was an issue with the solver. Basically, luigi
has an extra dependency on prometheus_client==0.5.0
(which we don't want to) which is put directly in the feedstock. The problem is that flower
depends on prometheus_client>=0.8.0
. However, lb-nightly-rpc
does not really depend on flower
, so it'd be better to set it up differently (#12 (closed)).
Edited by Maciej Pawel Szymanski