-
-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Importing from setup.py
without adds weird dependencies
#1669
Comments
Selecting
pdm generates this: dependencies = [".", ".", "0", "0", "5", "=", ">", "a", "s", "s"] With |
|
According to the setuptools documentation, |
Ah, my bad, didn't know that! Thanks for the link 👍 |
There has been a problem that wrong format is used to convert the file, you can workaround this by adding
At this point we don't handle such variants, please stick to a plain array instead. |
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
setup.py
as follows:pdm import setup.py
Actual behavior
In the created
pyproject.toml
, the following is written:Nothing significant on the console:
Expected behavior
dependencies
is either an empty list or omitted.Environment Information
The text was updated successfully, but these errors were encountered: