aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-08-20 19:22:29 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-08-20 19:22:29 -0300
commit920fbf9634846c73b75971e2a7bd80e01a045361 (patch)
tree96ca58ef4cc35b08b7d20a93aafe5dabc2ef5bad /scripts
parent90fd80467df2ae978d39257278d9fbf20612b107 (diff)
downloadtemplates-920fbf9634846c73b75971e2a7bd80e01a045361.tar.gz
templates-920fbf9634846c73b75971e2a7bd80e01a045361.tar.bz2
Atualizações diversas
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/provision2
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"