Hi Lido!

> Should ‘guix import pypi’ attempt to get dependency 
> information fromn‘pyproject.toml’, in addition to 
> ‘requirements.txt’ and wheel ‘METADATA’ as it already does?

It's quite a common practice in modern Python just to include
 pyproject.toml, that fact makes importing long chains problematic.

It would be nice to have common yaml/toml parser for that task.

Oleg