mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-03 10:49:20 +00:00
dca3418bbd
Moves datasource, manager, platform and versioning code from lib/ into new lib/modules/ BREAKING CHANGE: External tools must update paths to datasource, manager, platform and versioning
19 lines
330 B
TOML
19 lines
330 B
TOML
[tool.poetry]
|
|
name = "example 8"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["John Doe <john.doe@gmail.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
dep0 = '0.0.0'
|
|
|
|
[[tool.poetry.source]]
|
|
name = "foo"
|
|
url = "https://pypi.org/pypi/"
|
|
|
|
[[tool.poetry.source]]
|
|
name = "bar"
|
|
url = "https://bar.baz/+simple/"
|
|
|
|
[[tool.poetry.source]]
|
|
name = "baz"
|