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 D153A428C5 for ; Mon, 3 Apr 2023 20:40:19 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C940840A7E; Mon, 3 Apr 2023 20:40:19 +0200 (CEST) Received: from mail-io1-f100.google.com (mail-io1-f100.google.com [209.85.166.100]) by mails.dpdk.org (Postfix) with ESMTP id 4C7CE400D6 for ; Mon, 3 Apr 2023 20:40:18 +0200 (CEST) Received: by mail-io1-f100.google.com with SMTP id g16so2700668iom.11 for ; Mon, 03 Apr 2023 11:40:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1680547217; 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=CtHe66v695+VNR0RNknCcNiC9S6lLPRRFjZcXQKjeAo=; b=f9DFZgyun2L3KnxJ8hpxNnIBmLE2ZVpKwnHUuC3iX8OxrRvZkcSvd2a0WXXS5ENE9I dew24hBoJCaS4aTWkL/AUsDAmQgc53/LPZGtNw7kISBJWcW8e5/7uN+92S6xHQCHroLB eLxnjO5ouBbc4Tg/kipjiS4LDa9Iy6QwUpLN0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680547217; 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=CtHe66v695+VNR0RNknCcNiC9S6lLPRRFjZcXQKjeAo=; b=I0eEWvch20XijOOVLYyKWmek+YbWIHijtEJD5W65qSFOgNqv/EZRun0bEa3Qo0LVfe lVsbRwyPNrIBg/S86j2QmvuauenzUYlHBGC2Aqd7TXm9dqvzQGXiX8iDLMdlabiRB/CL bpQK6g4PAk/502ocf3hDfl4LEHSwHucotzNnMyoMq883UUkJzkBbQxAo7lUvpI0TwoU7 C+gJLbr4TyAGpSaLgCwvTNfCD1CpvT31Mb5BqQLjjv90vzBE2QYpRj/6kgMozUn/tYeW 4yvz3hR5TMORu/p5P4OAor9Ii37NbIIKzYMB2fRsSzTxWqVswOz1amndYtAJGcXH+EHL jHSA== X-Gm-Message-State: AAQBX9eXUuNicCeIOKGootZ32roTXyUUs7Cl1ty0sAxzIdzT51cbjlhQ lqfZcqUzAplYTmBjDP4gNFE9S/8i7cm5kqf+q6zKHrdKnmtDJSaGliR1kunqWzttBA0jxUQEc1s DePqsIWtnzhXkYTStQn8wcOaqpDhVCUsiVwvjAxwkYHmOzzJIJg8qSxbCGDFOkKlny1SCesnwUv Xe3xYp X-Google-Smtp-Source: AKy350ZHRbkKZl5LN64WTg7xuR3h37jbU41EECee9EOCcWAn2Fs1ez4u9fYiETj26SeDSAGnzA+NpRkA8KSu X-Received: by 2002:a5d:9602:0:b0:74c:b452:da9d with SMTP id w2-20020a5d9602000000b0074cb452da9dmr365287iol.0.1680547217530; Mon, 03 Apr 2023 11:40:17 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id z10-20020a056602122a00b007594cadaa33sm1264823iot.34.2023.04.03.11.40.17 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Apr 2023 11:40:17 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Received: from iol.unh.edu (unknown [IPv6:2606:4100:3880:1220:58fe:317e:37bd:a524]) by postal.iol.unh.edu (Postfix) with ESMTP id 1977D605246B; Mon, 3 Apr 2023 14:40:17 -0400 (EDT) From: jspewock@iol.unh.edu To: ci@dpdk.org Cc: Brandon Lo Subject: [PATCH v7 3/4] tools: add requirements file for acvp_tool Date: Mon, 3 Apr 2023 14:39:29 -0400 Message-Id: <20230403183930.12001-5-jspewock@iol.unh.edu> X-Mailer: git-send-email 2.40.0 In-Reply-To: <20230403183930.12001-2-jspewock@iol.unh.edu> References: <20230403183930.12001-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: Brandon Lo Adds the basic requirements for the acvp_tool script. Signed-off-by: Brandon Lo --- 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