0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-02-06 01:20:45 +00:00
renovatebot_renovate/lib/modules/manager/pipenv/__fixtures__/Pipfile7
Maksym Romanowski 84019435ba
feat(pipenv): add support for auth (#24581)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-11-14 10:40:17 +00:00

12 lines
262 B
Text

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[[source]]
url = "https://$USERNAME_FOO:${PAZZWORD}@mypypi.example.com/simple"
verify_ssl = true
name = "private"
[packages]
requests = {version = "==0.21.0", index = "private"}