Hello,
I have noticed a difference between using a single requirements.txt and multiple requirements.txt via autoSetupReqs.
When I create a single requirements.txt in the root directory of the project and I click “Create From requirements.txt” in the tdPyEnvManager COMP all packages will be installed in the venv-folder in the root of my project.
BUT when I use multiple requirements.txt files and list them in autoSetupReqs the only thing that appears in the venv-folder is two packages: setuptools and pip. What is strange is that the project still works.
Please, can you elaborate:
-
whether is this intended behaviour or a bug ?
-
where the packages are stored
see screenshots when using autoSetupReqs:

