ai-dungeon-cli icon indicating copy to clipboard operation
ai-dungeon-cli copied to clipboard

Need poetry integration

Open p3r7 opened this issue 4 years ago • 2 comments

We already have integration with:

  • vanilla pip (requirements.txt)
  • conda (environment.yaml)

The big advantage of conda is that it creates automatically a dedicated virtual env (conda env specifically). The bad thing is that it's pretty niche compared to pip.

Vanilla pip does not offer this automatic virtual env creation out of the box, but Poetry seems to fill up that gap (and be what the cool kids use).

p3r7 avatar Mar 04 '20 10:03 p3r7

Maybe this tool will help you to combine multiple dependency managers. https://github.com/dephell/dephell

sasha00123 avatar Jul 24 '20 22:07 sasha00123

Woah, pretty cool!

I didn't know this tool. That could sure help.

p3r7 avatar Jul 27 '20 12:07 p3r7