5a16fb7b9a
There are multiple scenarios when script expects to see same branches and commits. E.g. when upstream commits to release branch trigger the build. Reported by Louis Dionne.
22 lines
366 B
TOML
22 lines
366 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
backoff = "==1.10.0"
|
|
lxml = "==4.6.5"
|
|
pathspec = "==0.8.1"
|
|
phabricator = "==0.8.1"
|
|
pyaml = "==20.4.0"
|
|
requests = "==2.25.1"
|
|
unidiff = "==0.6.0"
|
|
python-benedict = "==0.23.2"
|
|
GitPython = "==3.1.14"
|
|
types-pyyaml = "*"
|
|
pytest = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.9"
|