Removed requirements

This commit is contained in:
netkas 2020-12-26 17:58:20 -05:00
parent 89dca8769a
commit 0159947486
2 changed files with 0 additions and 28 deletions

View File

@ -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

View File

@ -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