poetry take the dependencies from requirement txt

Solutions on MaxInterview for poetry take the dependencies from requirement txt by the best coders in the world

showing results for - "poetry take the dependencies from requirement txt"
Guadalupe
08 Nov 2017
1$ cat requirements.txt|xargs poetry add
2
Tamara
12 Jun 2019
1poetry add `cat requirements.txt`
2