Metadata-Version: 2.1
Name: piptree
Version: 0.1.4
Summary: Get a dependency tree for your local requirements.
Home-page: http://github.com/mightym/piptree
Author: Mark Wirblich
Author-email: mark@wirblich.com
License: MIT
Keywords: pip requirements tree
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pip

# Piptree


### Installation

```shell
$ pip install piptree
```

### Usage


To get a tree of your local requirements and dependecies use simply do::

```shell
$ piptree requirements.txt
```

