@@ -341,18 +341,17 @@ wget https://bootstrap.pypa.io/ez_setup.py -O - | python - --user
341341
342342=== Urllib3
343343Download and install the https://github.com/shazow/urllib3[urllib3] dependency
344- (1.8.3 or greater ):
344+ (1.22 ):
345345
346- . `wget https://github.com/shazow/urllib3/archive/1.20 .tar.gz -O urllib3-1.20 .tar.gz`
347- . `pip install urllib3-1.20 .tar.gz`
346+ . `wget https://github.com/shazow/urllib3/archive/1.22 .tar.gz -O urllib3-1.22 .tar.gz`
347+ . `pip install urllib3-1.22 .tar.gz`
348348
349349or uncompress and run `python setup.py install`
350350
351351
352352
353353=== click
354- Download and install the http://click.pocoo.org/[click] dependency (6.0 or
355- greater):
354+ Download and install the http://click.pocoo.org/[click] dependency (6.7):
356355
357356. `wget https://github.com/pallets/click/archive/6.7.tar.gz -O click-6.7.tar.gz`
358357. `pip install click-6.7.tar.gz`
@@ -365,7 +364,7 @@ or uncompress and run `python setup.py install`
365364Download and install the `certifi` dependency. Always use the most recent
366365version:
367366
368- . `wget https://github.com/certifi/python-certifi/archive/2018.04.16 .tar.gz -O certifi.tar.gz`
367+ . `wget https://github.com/certifi/python-certifi/archive/2018.10.15 .tar.gz -O certifi.tar.gz`
369368. `pip install certifi.tar.gz`
370369
371370
@@ -383,10 +382,10 @@ or uncompress and run `python setup.py install`
383382
384383=== voluptuous
385384Download and install the https://github.com/alecthomas/voluptuous[voluptuous]
386- dependency (0.9.3 or greater ):
385+ dependency (0.11.5 ):
387386
388- . `wget https://github.com/alecthomas/voluptuous/archive/0.9.3 .tar.gz`
389- . `pip install 0.9.3 .tar.gz`
387+ . `wget https://github.com/alecthomas/voluptuous/archive/0.11.5 .tar.gz`
388+ . `pip install 0.11.5 .tar.gz`
390389
391390or uncompress and run `python setup.py install`
392391
0 commit comments