From 0c0755b8e821100324d98fb082067a91fd63a3bf Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 2 Nov 2015 12:01:59 -0400 Subject: [pkg] rename extras to 'http' and document the dependencies on the README. --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 0aed339..349edce 100644 --- a/README.rst +++ b/README.rst @@ -22,3 +22,10 @@ Library dependencies Python dependencies ------------------- * See ``pkg/requirements.pip`` + +Extras +------------------- +Using `leap.common.http` needs some extra dependencies (twisted.web >= 14.0.2, +python-service-identity). You can install them by running:: + + pip install leap.common[http] -- cgit v1.2.3