0
0
mirror of https://github.com/renovatebot/renovate.git synced 2024-12-22 21:48:32 +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

13 lines
262 B
Plaintext

[[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"}