]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: release-estimator: add requirements.txt
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 13 Aug 2024 15:12:59 +0000 (17:12 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 13 Aug 2024 15:12:59 +0000 (17:12 +0200)
Add a requirements.txt file to install the release-estimator script.

admin/release-estimator/requirements.txt [new file with mode: 0644]

diff --git a/admin/release-estimator/requirements.txt b/admin/release-estimator/requirements.txt
new file mode 100644 (file)
index 0000000..dc67614
--- /dev/null
@@ -0,0 +1,3 @@
+lxml
+requests
+urllib3