From 3d62c19f42c32b760c4d3a2b28b6d788d7627573 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 5 Jan 2015 20:13:47 +0100 Subject: [PATCH] Add comments on dependencies --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 299940c..dc91380 100644 --- a/setup.py +++ b/setup.py @@ -38,10 +38,13 @@ setup( 'console_scripts': ['vdirsyncer = vdirsyncer.cli:main'] }, install_requires=[ + # https://github.com/mitsuhiko/click/issues/200 'click>=3.1', + # https://github.com/shazow/urllib3/pull/444 'requests>=2.4.1', 'lxml>=3.0', 'icalendar>=3.6', + # https://github.com/sigmavirus24/requests-toolbelt/pull/28 'requests_toolbelt>=0.3.0' ], extras_require={'keyring': ['keyring']}