summaryrefslogtreecommitdiffstats
path: root/util/dependency_updater/Pipfile
blob: e5040d83a5b547b9cd25d54b4df9252a2f6ac13b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
urllib3 = "*"
gitpython = "*"
url-normalize = "*"
pyyaml = "*"
packaging = "*"
pymsteams = "*"
python-gerrit-api = {git = "https://github.com/DanSoQt/python-gerrit-api"}

[dev-packages]

[requires]
python_version = "3.9"