From 6b9d7b074a19fffcb15fb37106e04ac4c5baea2c Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 5 Mar 2016 21:05:36 +0100 Subject: [PATCH] Stylefix --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 54f2256..bd585a4 100644 --- a/setup.py +++ b/setup.py @@ -24,9 +24,9 @@ requirements = [ # >=2.4.1: https://github.com/shazow/urllib3/pull/444 # # Without the above pull request, `verify=False` also disables fingerprint - # validation. This is *not* what we want, and it's not possible to replicate - # vdirsyncer's current behavior (verifying fingerprints without verifying - # against CAs) with older versions of urllib3. + # validation. This is *not* what we want, and it's not possible to + # replicate vdirsyncer's current behavior (verifying fingerprints without + # verifying against CAs) with older versions of urllib3. 'requests >=2.4.1, !=2.9.0', 'lxml >=3.1' + ( # See https://github.com/untitaker/vdirsyncer/issues/298