0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-01-29 22:14:57 +00:00
renovatebot_renovate/lib/modules/manager/pipenv/__fixtures__/Pipfile6
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
258 B
Text

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