summaryrefslogtreecommitdiffstats
path: root/util/dependency_updater/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'util/dependency_updater/Pipfile')
-rw-r--r--util/dependency_updater/Pipfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/util/dependency_updater/Pipfile b/util/dependency_updater/Pipfile
new file mode 100644
index 0000000..e5040d8
--- /dev/null
+++ b/util/dependency_updater/Pipfile
@@ -0,0 +1,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"