mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
45e9f6e417
- Parsing of markers in non-editable vcs requirements was broken - This PR adds some VCS repos, some utility pipfile generation functions and some fixture helpers - Fixes #3249 Signed-off-by: Dan Ryan <dan@danryan.co>
16 lines
658 B
Plaintext
16 lines
658 B
Plaintext
[submodule "tests/test_artifacts/git/six-1.9.0"]
|
|
path = tests/test_artifacts/git/six-1.9.0
|
|
url = https://github.com/benjaminp/six.git
|
|
[submodule "tests/test_artifacts/git/pinax"]
|
|
path = tests/test_artifacts/git/pinax
|
|
url = https://github.com/pinax/pinax.git
|
|
[submodule "tests/test_artifacts/git/requests"]
|
|
path = tests/test_artifacts/git/requests
|
|
url = https://github.com/requests/requests.git
|
|
[submodule "tests/test_artifacts/git/six"]
|
|
path = tests/test_artifacts/git/six
|
|
url = https://github.com/benjaminp/six.git
|
|
[submodule "tests/test_artifacts/git/dateutil"]
|
|
path = tests/test_artifacts/git/dateutil
|
|
url = https://github.com/dateutil/dateutil
|