mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
chg: [requirements] add demoji
This commit is contained in:
parent
912eadc563
commit
406d72bb52
2 changed files with 5 additions and 1 deletions
|
@ -45,6 +45,9 @@ scrapy-splash>=0.7.2
|
||||||
gcld3
|
gcld3
|
||||||
libretranslatepy
|
libretranslatepy
|
||||||
|
|
||||||
|
# Demoji
|
||||||
|
git+https://github.com/ail-project/demoji
|
||||||
|
|
||||||
#Graph
|
#Graph
|
||||||
numpy>1.18.1
|
numpy>1.18.1
|
||||||
matplotlib>3.2.1
|
matplotlib>3.2.1
|
||||||
|
|
|
@ -24,6 +24,7 @@ echo ""
|
||||||
echo -e $GREEN"Updating python packages ..."$DEFAULT
|
echo -e $GREEN"Updating python packages ..."$DEFAULT
|
||||||
echo ""
|
echo ""
|
||||||
pip install -U pylacus
|
pip install -U pylacus
|
||||||
|
pip install git+https://github.com/ail-project/demoji
|
||||||
|
|
||||||
|
|
||||||
bash ${AIL_BIN}/LAUNCH.sh -lrv
|
bash ${AIL_BIN}/LAUNCH.sh -lrv
|
||||||
|
|
Loading…
Reference in a new issue