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
When using the pdm module with git dependencies in pyproject.toml building the derivations fails.
# pyproject.tomldependencies = [
# "aioftp >=0.22.0",# patched version of aioftp to support custom subcommands"aioftp @ git+https://github.com/rupurt/aioftp.git@server-can-add-custom-commands-mapping",
]
I managed to find a workaround for now by building the python packages manually in the overrides. However if it's a complicated dependency it becomes a lot more tricky...
When using the pdm module with git dependencies in
pyproject.toml
building the derivations fails.The text was updated successfully, but these errors were encountered: