Support SNI in python requests, and only delete tuf metadata if it
exists
This commit is contained in:
parent
02c4d75634
commit
b2569ffbb2
6 changed files with 12 additions and 8 deletions
|
@ -24,6 +24,7 @@ bitmath==1.3.1.2
|
|||
blinker==1.4
|
||||
boto==2.46.1
|
||||
cachetools==1.1.6
|
||||
certifi==2017.4.17
|
||||
cffi==1.10.0
|
||||
click==6.7
|
||||
contextlib2==0.5.4
|
||||
|
@ -113,7 +114,7 @@ redis==2.10.5
|
|||
redlock==1.2.0
|
||||
reportlab==2.7
|
||||
requests-oauthlib==0.8.0
|
||||
requests==2.13.0
|
||||
requests[security]==2.13.0
|
||||
rfc3986==0.4.1
|
||||
semantic-version==2.6.0
|
||||
six==1.10.0
|
||||
|
|
Reference in a new issue