From 0159947486e0c63858831c26316c5297a3b32754 Mon Sep 17 00:00:00 2001 From: netkas Date: Sat, 26 Dec 2020 17:58:20 -0500 Subject: [PATCH] Removed requirements --- Makefile | 4 ---- requirements.txt | 24 ------------------------ 2 files changed, 28 deletions(-) delete mode 100644 requirements.txt diff --git a/Makefile b/Makefile index ef475ae9..3f51d3fe 100644 --- a/Makefile +++ b/Makefile @@ -68,9 +68,6 @@ build: # ====================================================================================================================== -install_requirements: - python3 -m pip install -Ur requirements.txt - install_apt: cd mods/apt; python3 setup.py install @@ -101,7 +98,6 @@ install_rf: cd resource_fetch; python3 setup.py install install: - make install_requirements make install_rf make install_nlpfr make install_his diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index fee5a5d1..00000000 --- a/requirements.txt +++ /dev/null @@ -1,24 +0,0 @@ -setuptools~=50.3.2 -requests~=2.22.0 -Keras~=2.2.5 -numpy~=1.19.4 -nltk~=3.5 -six~=1.15.0 -gensim~=3.8.3 -scikit-learn~=0.22.0 -nose~=1.3.7 -scipy~=1.3.3 -Click~=7.0 -tqdm~=4.51.0 -regex~=2020.11.11 -pyparsing~=2.4.6 -Unidecode~=1.1.1 -packaging~=20.3 -PyGithub~=1.54.1 -multidict~=4.7.6 -yarl~=1.4.2 -attrs~=19.3.0 -gunicorn~=20.0.4 -aiodns~=2.0.0 -cchardet~=2.1.6 -pytest~=5.4.2 \ No newline at end of file