diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-08-20 19:22:29 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-08-20 19:22:29 -0300 |
commit | 920fbf9634846c73b75971e2a7bd80e01a045361 (patch) | |
tree | 96ca58ef4cc35b08b7d20a93aafe5dabc2ef5bad /scripts | |
parent | 90fd80467df2ae978d39257278d9fbf20612b107 (diff) | |
download | templates-920fbf9634846c73b75971e2a7bd80e01a045361.tar.gz templates-920fbf9634846c73b75971e2a7bd80e01a045361.tar.bz2 |
Atualizações diversas
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/provision | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/provision b/scripts/provision index 2957e0c..5a04a46 100755 --- a/scripts/provision +++ b/scripts/provision @@ -10,7 +10,7 @@ DIRNAME="`dirname $0`" DEPENDENCIES="mkdocs apache2 python3-pip pandoc" # Dependenicies for genesis-get -DEPENDENCIES="$DEPENDENCIES tor python3-requests python3-bs4 python3-socks python3-pybtex python3-tqdm" +DEPENDENCIES="$DEPENDENCIES tor python3-requests python3-bs4 python3-socks python3-pybtex" # PyPI dependencies DEPENDENCIES_PIP="mkdocs-bibtex mkdocs-material mkdocs-awesome-pages-plugin mkdocs-static-i18n" |