From 71906a3425dfb479351dcdf3c7ad3348a40f2cc5 Mon Sep 17 00:00:00 2001 From: weixin_45693548 Date: Wed, 6 Sep 2023 18:15:00 +0800 Subject: [PATCH] Wed Sep 6 18:15:00 CST 2023 inscode --- requirements.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..a90c1ed --- /dev/null +++ b/requirements.txt @@ -0,0 +1,19 @@ +beautifulsoup4==4.12.2 +Django==4.2.5 +fastapi==0.103.1 +Flask==2.3.3 +matplotlib==3.7.2 +numpy==1.25.2 +openpyxl==3.1.2 +pandas==2.0.3 +Pillow==9.5.0 +Pillow==10.0.0 +Requests==2.31.0 +scrapy==2.10.1 +seaborn==0.12.2 +SQLAlchemy==2.0.20 +streamlit==1.25.0 +tensorflow==2.13.0 +torch==2.0.1 +tqdm==4.66.1 +xlrd==2.0.1 -- GitLab