Nuitka / Nuitka-website

The main site of Nuitka as hosted on http://nuitka.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve dependencies for python environment management

xinetzone opened this issue · comments

pipenv may have a variety of dependency issues, using pdm may be a better choice.

It might be, can you demonstrate it in a PR @xinetzone, that would be very helpful. I am not at all bound by soul to pipenv, but I am pretty sure I do not want poetry. Never used pdm so far. Many of the feature highlights do not apply to this use, as it's not being deployed, but only used locally to build, but go ahead, how hard can it be?

I'm working on a way to do it. Use PDM in Continuous Integration#

Not sure how beneficial that is, I want to develop the web site offline without push/build cycles on CI most of the time.

We are going to switch to using devcontainer, the tool to use inside of that is pretty irrelevant, can be system wide installs, that wouldn't be an issue there.