ThomasKluiters / fetchy

Minuscule images made trivial
MIT License
112 stars 8 forks source link

ENH: Pipfile or requirements.txt support #35

Open DevopsDood opened 5 years ago

DevopsDood commented 5 years ago

nt

ThomasKluiters commented 5 years ago

Hi @DevopsDood thanks for opening up the issue, I have been experimenting with https://github.com/ThomasKluiters/fetchy/blob/master/pyproject.toml and build fetchy with poetry. Do you think it would be better to also include a requirements.txt? Poetry is able to generate these as well.

DevopsDood commented 5 years ago

That's fine with me, I typically deploy python projects in a docker from a pipfile but as long as I can get the packages I need for python in there from a file I'm fine with that. Poetry seems pretty flexible and appears to work with git paths which is a need for sure.

Personally I haven't used poetry but I'm going to try it out as I dislike the pipfile locks.