How to build python package with pdm and include external dependencies

667 views Asked by At

I'm trying to build a wheel using the PDM tool, however when I build the package, external dependencies (eg semver) are not included. This means whoever uses my tool, will need to install these dependencies as well. Is there a way to package the external dependencies together with my package using PDM?

0

There are 0 answers