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
Is your feature request related to a problem? Please describe.
I would like to be able to use the Python package manager PDM for projects that pull packages from Artifactory.
Describe the solution you'd like to see
I should be able to run jf pdm-config and jf pdm to install python packages, similar to jf pip or jf pipenv.
Describe alternatives you've considered
We have considered switching to Python Poetry as an alternate package manager, but support for that in the jf cli is unclear.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I would like to be able to use the Python package manager PDM for projects that pull packages from Artifactory.
Describe the solution you'd like to see
I should be able to run
jf pdm-config
andjf pdm
to install python packages, similar tojf pip
orjf pipenv
.Describe alternatives you've considered
We have considered switching to Python Poetry as an alternate package manager, but support for that in the jf cli is unclear.
Additional context
The text was updated successfully, but these errors were encountered: