mamba-org/quetz

Missing `h11` dep?

dhirschfeld opened this issue · 3 comments

Installing an editable package with pip wants to install h11 in the quetz environment - maybe it needs to also be specified in the environment.yml file?

Collecting h11>=0.8
  Downloading h11-0.12.0-py3-none-any.whl (54 kB)
wolfv commented

Hmm, not sure if we should add it or wether it's a dependency of ours that needs to add it to their meta.yaml?

That's odd - it doesn't seem to be used directly here 🤔

If it were a dep of anything in the environment.yml it would have been installed so I'm not sure what's pulling it in...

Looks like a dep of httpcore which is a dep of httpx. Not sure why mamba env create -f environment.yml wouldn't install a version pip was happy with though.

In any case, nothing to do here...