4 .. image:: https://badge.fury.io/py/leap.common.svg
5 :target: http://badge.fury.io/py/leap.common
6 .. image:: https://img.shields.io/pypi/dm/leap.common.svg
7 :target: http://badge.fury.io/py/leap.common
9 A collection of shared utils used by the several python LEAP subprojects.
24 * See ``pkg/requirements.pip``
28 Using `leap.common.http` needs some extra dependencies (twisted.web >= 14.0.2,
29 python-service-identity). You can install them by running::
31 pip install leap.common[http]
36 To run the tests, first run the setup with:
39 pip install -r pkg/requirements.pip
40 pip install -r pkg/requirements-testing.pip
42 After that you can run the tests with