From 199c66114c525a14109fff2b0a4ca7e76bcfeee3 Mon Sep 17 00:00:00 2001 From: unclecode Date: Thu, 16 May 2024 20:58:36 +0800 Subject: [PATCH] chore: Update pip installation command and requirements, add new dependencies --- .gitignore | 5 ++++- requirements.txt | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a794706f..fd1fd196 100644 --- a/.gitignore +++ b/.gitignore @@ -168,4 +168,7 @@ crawler_data.db test_pad.py test_pad*.py .data/ -Crawl4AI.egg-info/ \ No newline at end of file +Crawl4AI.egg-info/ + +requirements0.txt +a.txt diff --git a/requirements.txt b/requirements.txt index 1ec0b72e..3d554030 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,3 +16,6 @@ scikit-learn==1.4.2 selenium==4.20.0 spacy==3.7.4 uvicorn==0.29.0 +transformers==4.40.2 +chromedriver-autoinstaller==0.6.4 +torch==2.3.0 \ No newline at end of file