-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
kind/featureFeature requests/implementationsFeature requests/implementationsstatus/triageThis issue needs to be triagedThis issue needs to be triaged
Description
- I have searched the issues of this repo and believe that this is not a duplicate.
- I have searched the documentation and believe that my question is not covered.
Feature Request
I have private gitlab server (available locally at http://gitlab.company-owned-network). Private repos that need to be installed with poetry are stored in gitlab.
Small improvement at poetry/console/commands/init.py:409 - add "git+http" scheme.
current:
if url_parsed.scheme in ["git+https", "git+ssh"]:new:
if url_parsed.scheme in ["git+https", "git+http", "git+ssh"]:I ready to make pull request.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureFeature requests/implementationsFeature requests/implementationsstatus/triageThis issue needs to be triagedThis issue needs to be triaged