Missing `h11` dep?
dhirschfeld opened this issue · 3 comments
dhirschfeld commented
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
?
dhirschfeld commented
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...
dhirschfeld commented