like, I can see it removes atomicwrites when I inv...
# singer-tap-development
e
like, I can see it removes atomicwrites when I invoke.. how do I stop that?
b
Might be a bit late for you, but the sdk uses poetry, and the meltano invoke calls the shell script that runs it in the poetry env. You'll want to
poetry add atomicwrites
so it's tracked in the poetry lock file.
e
@brandon_isom not late at all! thanks..
I have a lot to learn about poetry.. and pipx
I personally avoid this all by using containers for everything so.. never really wanted more than that.. but I can see others are now getting into loads and loads of virtualenvs etc..
I will give this a try in my dev env to see if I can get it to go away