From 232ba851305834d613eb629531478226e2d3a435 Mon Sep 17 00:00:00 2001 From: SouthFox Date: Wed, 7 Jun 2023 15:59:00 +0800 Subject: [PATCH] [chore] add requirements.txt --- requirements.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..8378cdd --- /dev/null +++ b/requirements.txt @@ -0,0 +1,18 @@ +anyio==3.7.0 ; python_version >= "3.11" and python_version < "4.0" +blinker==1.6.2 ; python_version >= "3.11" and python_version < "4.0" +certifi==2023.5.7 ; python_version >= "3.11" and python_version < "4.0" +click==8.1.3 ; python_version >= "3.11" and python_version < "4.0" +colorama==0.4.6 ; python_version >= "3.11" and python_version < "4.0" and (sys_platform == "win32" or platform_system == "Windows") +flask==2.3.2 ; python_version >= "3.11" and python_version < "4.0" +h11==0.14.0 ; python_version >= "3.11" and python_version < "4.0" +httpcore==0.17.2 ; python_version >= "3.11" and python_version < "4.0" +httpx==0.24.1 ; python_version >= "3.11" and python_version < "4.0" +idna==3.4 ; python_version >= "3.11" and python_version < "4.0" +itsdangerous==2.1.2 ; python_version >= "3.11" and python_version < "4.0" +jinja2==3.1.2 ; python_version >= "3.11" and python_version < "4.0" +loguru==0.7.0 ; python_version >= "3.11" and python_version < "4.0" +markupsafe==2.1.3 ; python_version >= "3.11" and python_version < "4.0" +pycryptodome==3.18.0 ; python_version >= "3.11" and python_version < "4.0" +sniffio==1.3.0 ; python_version >= "3.11" and python_version < "4.0" +werkzeug==2.3.4 ; python_version >= "3.11" and python_version < "4.0" +win32-setctime==1.1.0 ; python_version >= "3.11" and python_version < "4.0" and sys_platform == "win32"