-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Contributor CandidateThe issue has been identified/triaged and contributions are welcomed/encouraged.The issue has been identified/triaged and contributions are welcomed/encouraged.Priority: HighThis item is high priority and should be resolved quickly.This item is high priority and should be resolved quickly.Type: Bug 🐛This issue is a bug.This issue is a bug.
Description
Issue description
Hello!
I'm having a problem generating requirements.txt
based on Pipfile.lock
file.
Dummy sample of Pipfile.lock with problem package:
"my_shiny_custom_package": {
"git": "https://${GITHUB_ACCESS_TOKEN}@github.com/custom-python-packages.git",
"ref": "123451234512345123451234512351234513245",
"subdirectory": "src/my_shiny_custom_package"
},
You can see the expected and actual results of running pipenv requirements > requirements.txt
below
Expected result
Sample of requirements.txt:
my_shiny_custom_package @ git+https://${GITHUB_ACCESS_TOKEN}@github.com/custom-python-packages.git@123451234512345123451234512351234513245#subdirectory=src/my_shiny_custom_package
Actual result
Sample of requirements.txt:
my_shiny_custom_package @ git+https://${GITHUB_ACCESS_TOKEN}@github.com/custom-python-packages.git@123451234512345123451234512351234513245
paivin-dn, glebignatieff and dipaiwin
Metadata
Metadata
Assignees
Labels
Contributor CandidateThe issue has been identified/triaged and contributions are welcomed/encouraged.The issue has been identified/triaged and contributions are welcomed/encouraged.Priority: HighThis item is high priority and should be resolved quickly.This item is high priority and should be resolved quickly.Type: Bug 🐛This issue is a bug.This issue is a bug.