How do we stop bringing in dev requirements? #937
Unanswered
watfordgnf
asked this question in
Q&A
Replies: 1 comment
-
includes is used to include modules that are not detected (of course detected modules can be listed too). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running cx_freeze on a venv'd project with both dev and runtime requirements installed. I've attempted to narrow the set required via the use of the
packages
option, but that does not seem to work.This results in quite a few unrelated packages being brought in, and I know these are unnecessary as pip-compile provided for me the minimum set of deps (the three listed in packages, plus our package).
Beta Was this translation helpful? Give feedback.
All reactions