mirror of
https://github.com/renovatebot/renovate.git
synced 2024-12-22 21:48:32 +00:00
84019435ba
Co-authored-by: Rhys Arkins <rhys@arkins.net> Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
13 lines
262 B
Plaintext
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"}
|