Fix the custom cert install process to install to the new certifi location, in addition to the old location
Also updates our requirements around requests
This commit is contained in:
parent
e06a83faf9
commit
6de96ee8a5
2 changed files with 5 additions and 2 deletions
|
@ -25,7 +25,7 @@ blinker==1.4
|
|||
boto==2.46.1
|
||||
boto3==1.4.7
|
||||
cachetools==1.1.6
|
||||
certifi==2017.4.17
|
||||
certifi==2017.11.5
|
||||
cffi==1.10.0
|
||||
click==6.7
|
||||
contextlib2==0.5.4
|
||||
|
@ -117,7 +117,7 @@ redis==2.10.5
|
|||
redlock==1.2.0
|
||||
reportlab==2.7
|
||||
requests-oauthlib==0.8.0
|
||||
requests[security]==2.13.0
|
||||
requests[security]==2.18.4
|
||||
rfc3986==0.4.1
|
||||
semantic-version==2.6.0
|
||||
six==1.10.0
|
||||
|
|
Reference in a new issue