From 077bdca7c53238fbf05d286c1152ea760c62771a Mon Sep 17 00:00:00 2001 From: Georgios Atheridis Date: Mon, 2 May 2022 15:48:56 +0000 Subject: [PATCH] added requirements.txt --- skgyorugo/requirements.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 skgyorugo/requirements.txt diff --git a/skgyorugo/requirements.txt b/skgyorugo/requirements.txt new file mode 100644 index 0000000..0c43470 --- /dev/null +++ b/skgyorugo/requirements.txt @@ -0,0 +1,34 @@ +beautifulsoup4==4.10.0 +blis==0.7.7 +catalogue==2.0.7 +certifi==2021.10.8 +charset-normalizer==2.0.12 +click==8.0.4 +cymem==2.0.6 +deep-translator==1.8.1 +en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.2.0/en_core_web_sm-3.2.0-py3-none-any.whl +idna==3.3 +Jinja2==3.1.1 +langcodes==3.3.0 +MarkupSafe==2.1.1 +murmurhash==1.0.6 +numpy==1.22.3 +packaging==21.3 +pathy==0.6.1 +preshed==3.0.6 +pydantic==1.8.2 +pyparsing==3.0.7 +python-dotenv==0.20.0 +requests==2.27.1 +smart-open==5.2.1 +soupsieve==2.3.1 +spacy==3.2.4 +spacy-legacy==3.0.9 +spacy-loggers==1.0.2 +srsly==2.4.2 +thinc==8.0.15 +tqdm==4.63.1 +typer==0.4.0 +typing-extensions==4.1.1 +urllib3==1.26.9 +wasabi==0.9.1 -- 2.30.2