Skip to content

Commit dcee50c

Browse files
tcstooltcstool
authored andcommitted
Remove duplicates hashlib install
1 parent ba4a7b0 commit dcee50c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ if [ "$doIt" = "y" ] || [ "$doIt" = "Y" ]; then
2020
pip install json
2121
pip install httplib2
2222
pip install urllib
23-
pip install hashlib
2423
pip install itertools
2524
pip install re
2625
pip install threading
@@ -67,7 +66,6 @@ if [ "$doIt" = "y" ] || [ "$doIt" = "Y" ]; then
6766
pip install json
6867
pip install httplib2
6968
pip install urllib
70-
pip install hashlib
7169
pip install itertools
7270
pip install re
7371
pip install threading

0 commit comments

Comments
 (0)