From 61479517b5466678446e32cd61eb36c39dcbe25d Mon Sep 17 00:00:00 2001 From: landrigun Date: Mon, 19 Sep 2022 14:14:49 +0000 Subject: [PATCH] add requirements.txt for pytest --- tests/python/requirements.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/python/requirements.txt diff --git a/tests/python/requirements.txt b/tests/python/requirements.txt new file mode 100644 index 0000000..9768453 --- /dev/null +++ b/tests/python/requirements.txt @@ -0,0 +1,18 @@ +attrs==22.1.0 +black==22.8.0 +certifi==2022.9.14 +charset-normalizer==2.1.1 +click==8.1.3 +idna==3.4 +iniconfig==1.1.1 +mypy-extensions==0.4.3 +packaging==21.3 +pathspec==0.10.1 +platformdirs==2.5.2 +pluggy==1.0.0 +py==1.11.0 +pyparsing==3.0.9 +pytest==7.1.3 +requests==2.28.1 +tomli==2.0.1 +urllib3==1.26.12