mirror of https://github.com/renovatebot/renovate
32 lines
650 B
Plaintext
32 lines
650 B
Plaintext
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[[source]]
|
|
url = "http://example.com/private-pypi/"
|
|
verify_ssl = false
|
|
name = "private-pypi"
|
|
|
|
[packages]
|
|
some-package = "==0.3.1"
|
|
"splinter[django]" = "==3.43.1"
|
|
"requests[django][security][something]" = "==1.1.1"
|
|
some-other-package = "==1.0.0"
|
|
"_invalid-package" = "==1.0.0"
|
|
invalid-version = "==0 0"
|
|
pytest-benchmark = {version = "==1.0.0", extras = ["histogram"]}
|
|
|
|
[container]
|
|
container-specific-package = "==1.2.3"
|
|
|
|
[function]
|
|
function-specific-package = "==2.3.4"
|
|
|
|
[dev-packages]
|
|
dev-package = "==0.1.0"
|
|
|
|
[requires]
|
|
python_version = "3.6"
|
|
python_full_version = "3.6.2"
|