mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Stylefix
This commit is contained in:
parent
949c568852
commit
6b9d7b074a
1 changed files with 3 additions and 3 deletions
6
setup.py
6
setup.py
|
|
@ -24,9 +24,9 @@ requirements = [
|
||||||
# >=2.4.1: https://github.com/shazow/urllib3/pull/444
|
# >=2.4.1: https://github.com/shazow/urllib3/pull/444
|
||||||
#
|
#
|
||||||
# Without the above pull request, `verify=False` also disables fingerprint
|
# Without the above pull request, `verify=False` also disables fingerprint
|
||||||
# validation. This is *not* what we want, and it's not possible to replicate
|
# validation. This is *not* what we want, and it's not possible to
|
||||||
# vdirsyncer's current behavior (verifying fingerprints without verifying
|
# replicate vdirsyncer's current behavior (verifying fingerprints without
|
||||||
# against CAs) with older versions of urllib3.
|
# verifying against CAs) with older versions of urllib3.
|
||||||
'requests >=2.4.1, !=2.9.0',
|
'requests >=2.4.1, !=2.9.0',
|
||||||
'lxml >=3.1' + (
|
'lxml >=3.1' + (
|
||||||
# See https://github.com/untitaker/vdirsyncer/issues/298
|
# See https://github.com/untitaker/vdirsyncer/issues/298
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue