# The pythonpath/ directory can be packaged alongside, to inject new python
# packages into LibreOffices` python bundle. Which really just makes sense
# for the Windows package, because distro-packaged Office setups utilize the
# system python path.
all:
#pip install translate -t ./ --upgrade --no-compile
pip3 install deep-translator requests==2.25.1 -t ./ --upgrade --no-compile
# freeze requests at 2.25 (last Python2.7-compatible)
pip2 install requests==2.25.1 langdetect six -t ./ --upgrade --no-compile
clean:
rm -r *.dist-info