From f46d57da7273046690031a386536156210d0fad1 Mon Sep 17 00:00:00 2001 From: yj <2077506045@qq.com> Date: 星期三, 24 七月 2024 17:49:32 +0800 Subject: [PATCH] 测评系统自动测试 --- requirements.txt | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..17c29f9 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,36 @@ +attrs==23.1.0 +certifi==2023.5.7 +cffi==1.15.1 +charset-normalizer==3.2.0 +colorama==0.4.6 +et-xmlfile==1.1.0 +exceptiongroup==1.1.2 +h11==0.14.0 +idna==3.4 +iniconfig==2.0.0 +openpyxl==3.1.2 +outcome==1.2.0 +packaging==23.1 +Pillow==10.0.0 +pluggy==1.2.0 +py==1.11.0 +pycparser==2.21 +PyExecJS==1.5.1 +PySocks==1.7.1 +pytest==7.4.0 +pytest-html==3.2.0 +pytest-metadata==3.0.0 +python-dotenv==1.0.0 +requests==2.31.0 +selenium==4.23.0 +six==1.16.0 +sniffio==1.3.0 +sortedcontainers==2.4.0 +trio==0.22.1 +trio-websocket==0.10.3 +ttkbootstrap==1.10.1 +typing_extensions==4.9.0 +urllib3==2.0.3 +webdriver-manager==3.9.1 +websocket-client==1.8.0 +wsproto==1.2.0 -- Gitblit v1.9.1