From 0bc639834baf6e25d010d2e778611193faba1068 Mon Sep 17 00:00:00 2001 From: alstr Date: Thu, 27 Oct 2022 12:35:38 +0100 Subject: [PATCH] Add requirements.txt --- requirements.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..bab3d11 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,15 @@ +attrs==22.1.0 +certifi==2021.10.8 +charset-normalizer==2.0.7 +exceptiongroup==1.0.0 +idna==3.3 +iniconfig==1.1.1 +packaging==21.3 +pluggy==1.0.0 +pyparsing==3.0.9 +pytest==7.2.0 +requests==2.26.0 +ruamel.yaml==0.17.17 +ruamel.yaml.clib==0.2.6 +tomli==2.0.1 +urllib3==1.26.7