2ead0f0a05
This adds the promtail version used in the setup to a file and adds
an installation step downloading promtail, if the installation is not
run in `dryrun`-mode.
Change-Id: I1127220a57b2610b5c4458ce2205077706a860e6
19 lines
283 B
TOML
19 lines
283 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
typed-ast = "~=1.4.1"
|
|
black = "==19.10b0"
|
|
pylint = "==2.4.4"
|
|
|
|
[packages]
|
|
pyyaml = "~=5.3"
|
|
passlib = "~=1.7.2"
|
|
python-gnupg = "~=0.4.5"
|
|
requests = "~=2.23.0"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|