mirror of https://github.com/CIRCL/AIL-framework
chg: [requirements] add demoji
parent
912eadc563
commit
406d72bb52
|
@ -37,7 +37,7 @@ textblob>=0.15.3
|
|||
html2text>=2020.1.16
|
||||
beautifulsoup4>4.8.2
|
||||
|
||||
#Crawler
|
||||
# Crawler
|
||||
scrapy>2.0.0
|
||||
scrapy-splash>=0.7.2
|
||||
|
||||
|
@ -45,6 +45,9 @@ scrapy-splash>=0.7.2
|
|||
gcld3
|
||||
libretranslatepy
|
||||
|
||||
# Demoji
|
||||
git+https://github.com/ail-project/demoji
|
||||
|
||||
#Graph
|
||||
numpy>1.18.1
|
||||
matplotlib>3.2.1
|
||||
|
|
|
@ -24,6 +24,7 @@ echo ""
|
|||
echo -e $GREEN"Updating python packages ..."$DEFAULT
|
||||
echo ""
|
||||
pip install -U pylacus
|
||||
pip install git+https://github.com/ail-project/demoji
|
||||
|
||||
|
||||
bash ${AIL_BIN}/LAUNCH.sh -lrv
|
||||
|
|
Loading…
Reference in New Issue