diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-02-02 23:33:23 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-08 11:10:07 -0600 |
commit | 1917d800c74c8ee06d619465e3d97d86da2d59ff (patch) | |
tree | f053154c8b4e281b33c3a118af38c5d37ed07b2c /python/requirements-detector/README | |
parent | 254241b43afda48cbecda91a6c3c15dbfa3a7cab (diff) | |
download | slackbuilds-1917d800c74c8ee06d619465e3d97d86da2d59ff.tar.gz |
python/requirements-detector: Added (find requirements of Python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/requirements-detector/README')
-rw-r--r-- | python/requirements-detector/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/requirements-detector/README b/python/requirements-detector/README new file mode 100644 index 0000000000..ac23bc755c --- /dev/null +++ b/python/requirements-detector/README @@ -0,0 +1,2 @@ +requirements-detector is a simple Python tool which attempts to find and list +the requirements of a Python project. |