Should Setuptools be listen as a dependency?
I'm not very good at Python, so please excuse my ignorance. Recently I've been trying to integrate Migra with a Nix development environment and I found out that setuptools need to be installed as well. Since it's a pip package, maybe it would make sense to list it as a dependency in pyproject.toml?
I think it's related to:
- https://github.com/djrobstep/migra/issues/102
- https://github.com/djrobstep/migra/issues/106
I think you might be right but I was able to install in a conda environment without any modifications. I have Nix installed, so could you send me your derivation so I can try to reproduce the issue?
Hey @maximsmol! Thanks for picking interest in my issue and sorry for late response. TBH I don't remember the context of this issue very well. Here is a relevant discussion: https://discourse.nixos.org/t/preparing-a-nix-flake-for-a-python-program-migra-using-poetry/12030/9.