dh-virtualenv icon indicating copy to clipboard operation
dh-virtualenv copied to clipboard

allow multiple requirement files to be passed in

Open infcted opened this issue 2 years ago • 1 comments

when trying to pass in multiple requirement files, dh_virtualenv uses the last

override_dh_virtualenv:
    dh_virtualenv \
        --sourcedirectory="opt/myproject/dist" \
        --requirements=core_requirements.txt \
        --requirements=common_requirements.txt \

infcted avatar Dec 08 '21 05:12 infcted

https://github.com/spotify/dh-virtualenv/pull/302 this seems to of been tried here

infcted avatar Dec 08 '21 05:12 infcted