From 9cafe4c025d574bdce687586159f935c98ba08f3 Mon Sep 17 00:00:00 2001 From: Antoniu Miclaus Date: Thu, 14 Jul 2022 18:13:16 +0300 Subject: [PATCH] requirements_prod_test: fix tkinter library When running "pip install -r requirements_prod_test.txt" an error pops up: "ERROR: Could not find a version that satisfies the requirement tkinter". Use proper name for the library so the requirements doc can be fully used with pip. Signed-off-by: Antoniu Miclaus --- requirements_prod_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_prod_test.txt b/requirements_prod_test.txt index 52330556c..addb0c666 100644 --- a/requirements_prod_test.txt +++ b/requirements_prod_test.txt @@ -13,4 +13,4 @@ bump2version pytest-html plotly-express pyvisa -tkinter +tk