-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
ValueError/TypeError with path dependency #454
Comments
Hello |
I switched |
I hit this issue with a git package I was using. I traced it down to the package not having a @sdispater If you could give me a hint as to how to fix this, I could take a stab at it. I'm not sure how exactly |
@bryanforbes I think that this is something that should be handled by TOMLKit. |
As I understand it, TOML doesn't have |
I thought there was support for So, I think it should be handled in the locker: leave the |
As I think about this more, I think TOMLKit should ignore |
This should be fixed in the latest |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
-vvv
option).Issue
Note: the dependency uses setup.py and Pipfile/Pipfile.lock.
The text was updated successfully, but these errors were encountered: