diff options
| author | Teddy Wing | 2015-08-17 22:16:48 -0400 |
|---|---|---|
| committer | Teddy Wing | 2015-08-17 22:16:48 -0400 |
| commit | 9359ea2cedb1c6412f1a7ae87dd7ae5500437091 (patch) | |
| tree | 0b4ee9c70c7b6f2ccc5387a8540383d9b8dea8a2 | |
| download | git-stats-9359ea2cedb1c6412f1a7ae87dd7ae5500437091.tar.bz2 | |
Initial commit. Add ascii_graph requirement.
* Require ascii_graph (https://pypi.python.org/pypi/ascii_graph) to
generate some cool text-only graphs
* Ignore virtualenv/
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | requirements.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6d49fe7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/virtualenv/ diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..c3f53bb --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +ascii-graph==1.0.1 |
