Skip to content

Commit

Permalink
Merge pull request #61 from motoxcrazy/patch-2
Browse files Browse the repository at this point in the history
ImportError: cannot import name 'safe_str_cmp' from 'werkzeug.security' #58
  • Loading branch information
MikeGawi authored Mar 31, 2022
2 parents d3d0474 + c822bb4 commit 97b0b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function install_pips {
declare -A pips=( ["Requests"]="requests>=2.26.0" ["Pillow"]="pillow==8.4.0" ["Telebot"]="--upgrade pyTelegramBotAPI" ["Dateutil"]="python-dateutil" ["ConfigParser"]="configparser>=5.0.0"\
["Google components"]="--upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib"\
["SPI Libs"]="spidev==3.5" ["Pandas"]="pandas==1.2.0 numpy==1.20" ["Flask"]="flask>=2.0.2" ["Flask-WTF"]="flask-wtf==1.0.0" \
["Flask-Login"]="flask-login==0.5.0" ["WTForms"]="wtforms>=3.0.0")
["Flask-Login"]="flask-login==0.5.0" ["WTForms"]="wtforms>=3.0.0" ["Werkzeug"]="werkzeug~=2.0.0")
for pip in "${!pips[@]}"; do
printf '\e[1;37m%-30s\e[m' "Installing $pip:"
if [ "$pip" == "Google components" ] || [ "$pip" == "Pandas" ] || [ "$pip" == "Telebot" ]; then
Expand Down

0 comments on commit 97b0b30

Please sign in to comment.