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 96EECA04AD for ; Mon, 24 Jan 2022 20:09:32 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9307E427E0; Mon, 24 Jan 2022 20:09:32 +0100 (CET) Received: from mail-qt1-f175.google.com (mail-qt1-f175.google.com [209.85.160.175]) by mails.dpdk.org (Postfix) with ESMTP id 6077F427E0 for ; Mon, 24 Jan 2022 20:09:31 +0100 (CET) Received: by mail-qt1-f175.google.com with SMTP id z26so4975137qto.13 for ; Mon, 24 Jan 2022 11:09:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=d6G+yPqPte8njavGlgH1TteO27MNnNfScYV3HVEa7Nc=; b=eMoe98fWUmjeqZnIU5C8SG6MlvQthO3vpJlIS/di2E835E+3EWgrYhUS/30hq8YZg6 /ZnZ0bpLe+4FO+ontR66hEHdXX64vi3hTyAbWyll4lQ2SYRJUXFu5lFVSUSF8IWP19pt 6D+a6h0N+EMuL8ujvFVoZIAf6Y+tJusJTeQj0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=d6G+yPqPte8njavGlgH1TteO27MNnNfScYV3HVEa7Nc=; b=GCG+Ucy7CiPGqHPqmqc2hn1mc2NRS0URCMafsUrbiHZrCh8FsGVMfxYUghxTH0UWct 9N9GUZGnZrSZDCfWA+U5PzfBsLoD2pjMj2THNDwIwhtBMesVC/zWBLiMAsPAJzV1DD4S lAWF9sMenlL6DpHv4oP8ncsoSIHXRxte6Yr88gLo+239dOWW2WFd1TgssnsUr8D+Eh/V lF1qdBUNWiPYLtQdTJ5++u8GuJ8rD1S3zYmqE11lP2p5OITAqpiUp0QZYn+7wUFc+qzY +pMVc9y021DOrXQprJJ7F95JaDNISAFH/iX/dZmlbuDhemO0J1cLrLjuOK/C30hxqU9A tYhw== X-Gm-Message-State: AOAM532h1KDgLhIjf4yd8Q8M170ykF/yNJQ1eH+M8rmqLOK4MrarR26K NEVaA67nlB0B/za0KACddsRdeJ2wSqCGZV7w6hOxlIlkGkyQgdOIG2Qg1qpvRKlPGe0P4IhzUZS Y5MlD184yA3ZbembuPZdADoQERAlbU4Dz9W8146Xh0Vl4+Qa2kBH8 X-Google-Smtp-Source: ABdhPJzdpDdj4HK2Pa2T1OmVvtJcPSYtgGW2MI+dA5vE6BHKtshyypjOGDHRkqe87/FQK3E8/c5UZA== X-Received: by 2002:ac8:598f:: with SMTP id e15mr3928270qte.252.1643051370564; Mon, 24 Jan 2022 11:09:30 -0800 (PST) Received: from blo.iol.unh.edu ([2601:187:807e:37c0:b8f3:1158:3aca:ef34]) by smtp.gmail.com with ESMTPSA id h7sm7706769qtb.15.2022.01.24.11.09.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 24 Jan 2022 11:09:30 -0800 (PST) From: Brandon Lo To: ci@dpdk.org Cc: Brandon Lo Subject: [PATCH 3/4] tools: add requirements file for acvp_tool Date: Mon, 24 Jan 2022 14:09:22 -0500 Message-Id: <20220124190923.745577-4-blo@iol.unh.edu> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220124190923.745577-1-blo@iol.unh.edu> References: <20220124190923.745577-1-blo@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 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.25.1