poetry
doesn't support this directly. But if you have a handmade list of required packages (at best without any version numbers), that only contain the main dependencies and not the dependencies of a dependency you could do this:
$ cat requirements.txt|xargs poetry add
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…