From: William Lallemand Date: Tue, 13 Aug 2024 15:12:59 +0000 (+0200) Subject: MINOR: release-estimator: add requirements.txt X-Git-Tag: v3.1-dev6~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9857eba3aeb1612f2a6c41c8be9f4eacca5b7e51;p=thirdparty%2Fhaproxy.git MINOR: release-estimator: add requirements.txt Add a requirements.txt file to install the release-estimator script. --- diff --git a/admin/release-estimator/requirements.txt b/admin/release-estimator/requirements.txt new file mode 100644 index 0000000000..dc67614ad6 --- /dev/null +++ b/admin/release-estimator/requirements.txt @@ -0,0 +1,3 @@ +lxml +requests +urllib3