You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first pdm import command correctly installs the dependencies list.
The second pdm import command correctly installs the dev-dependencies list but also remove the contents of the dependencies list.
Expected behavior
I would expect that subsequent import statements would preserve the content of the other sections.
Environment Information
# Paste the output of `pdm info && pdm info --env` below:
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
pdm import app/requirements.txt --format requirements --verbose
./pyproject.toml
pdm import app/requirements-dev.txt --format requirements --dev --verbose
Actual behavior
The first
pdm import
command correctly installs the dependencies list.The second
pdm import
command correctly installs the dev-dependencies list but also remove the contents of the dependencies list.Expected behavior
I would expect that subsequent import statements would preserve the content of the other sections.
Environment Information
# Paste the output of `pdm info && pdm info --env` below:
The text was updated successfully, but these errors were encountered: