From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5F65642852 for ; Mon, 27 Mar 2023 18:52:17 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5B4DC41140; Mon, 27 Mar 2023 18:52:17 +0200 (CEST) Received: from mail-yw1-f225.google.com (mail-yw1-f225.google.com [209.85.128.225]) by mails.dpdk.org (Postfix) with ESMTP id 992BB410D0 for ; Mon, 27 Mar 2023 18:52:15 +0200 (CEST) Received: by mail-yw1-f225.google.com with SMTP id 00721157ae682-544787916d9so181154747b3.13 for ; Mon, 27 Mar 2023 09:52:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1679935935; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=S4yF63/npQTl7wrSrswnnVeKq8TES/nJvQxm0MqdbAk=; b=O54BBrNshcNWT4PKJFLnC79SgUUSarhm66vOH3/d7qpg4bKznPqhFILDOyRq8XxAJ+ syrTcyflXu9fQAfbbjkqbfGcOADE1XNT49F7WvAp4ESE+oY4okhLvoqcf46CM1Cbzo1f QWhBl+QeMvpNLwVGaVV+3lux2R+pp2c5af0oY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679935935; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=S4yF63/npQTl7wrSrswnnVeKq8TES/nJvQxm0MqdbAk=; b=7mJDFWgXKCT88/sBdxMFKeCM5QMn/qAue0q9Nsklnzxe6btEB28AUZH/Ub0C9nbyY5 B721zTZM4B2zr7S/4gfXQ/dfn80EsTFD6R1zUrn/08cmoL0M8HfUSyTHXEqNxI61X50i Blujnf5evwDO2UPRgL+PvviEGqJRqjRcJy0m2eewHRmS7y4m1yVes7U3dwG0DHt9j6fg F8rZKGWOKHdPi5qfWTJfsTD/nBGjJQySnlj30D1aY9LdvfhSIKhcJnjbOXmd5pBBK02V kdCImly+DwunouT5duiGvjgn95ac/3XZ/9XX4YEFeuYGZyYtM0F2ovyp0oj8k/sD2fwb 03lg== X-Gm-Message-State: AAQBX9fAUfL/AFIybL9VHTqSr64Gl8XCpA8a8YgJhh9vW1vxSeVbDmcW 2sla1xxlb5ojWd6DPPuLEd8DPry5QIsTaLK+f+Skx0JVfMjAIHMy1xOfG1DKHR2U53d8rwVUnkM bjzWjOTHgUqcnw4EqzDNdaCa1CJHLnFBfoA2P0QMOvG3z7S7xUFR7JrTtwxOIboRdb9K2Z0UoNX fDokW4 X-Google-Smtp-Source: AKy350aLv8baXktY8+dOz3qoPLQ2GvSzL3rPyr4Px+/Nfd4j7wcCtsGB43v43TgsOYyCJ/Z6jFd1K4YbFEr9 X-Received: by 2002:a0d:e6d5:0:b0:545:8bb7:ac6 with SMTP id p204-20020a0de6d5000000b005458bb70ac6mr14699561ywe.13.1679935934896; Mon, 27 Mar 2023 09:52:14 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id cs4-20020a05690c0ec400b005459f233f48sm676798ywb.0.2023.03.27.09.52.14 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Mar 2023 09:52:14 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Received: from iol.unh.edu (unknown [IPv6:2606:4100:3880:1270:18f3:d3c6:6ea1:6406]) by postal.iol.unh.edu (Postfix) with ESMTP id 71409605246B; Mon, 27 Mar 2023 12:52:14 -0400 (EDT) From: jspewock@iol.unh.edu To: ci@dpdk.org Cc: Jeremy Spewock Subject: [PATCH v6 3/4] tools: add requirements file for acvp_tool Date: Mon, 27 Mar 2023 12:51:40 -0400 Message-Id: <20230327165141.7916-5-jspewock@iol.unh.edu> X-Mailer: git-send-email 2.40.0 In-Reply-To: <20230327165141.7916-2-jspewock@iol.unh.edu> References: <20230327165141.7916-2-jspewock@iol.unh.edu> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org From: Jeremy Spewock Adds the basic requirements for the acvp_tool script. Signed-off-by: Jeremy Spewock --- tools/acvp/requirements.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tools/acvp/requirements.txt diff --git a/tools/acvp/requirements.txt b/tools/acvp/requirements.txt new file mode 100644 index 0000000..428f06c --- /dev/null +++ b/tools/acvp/requirements.txt @@ -0,0 +1,7 @@ +certifi==2021.10.8 +charset-normalizer==2.0.10 +idna==3.3 +pyotp==2.6.0 +requests==2.27.1 +six==1.16.0 +urllib3==1.26.8 -- 2.40.0