diff options
author | James E. Blair <corvus@gnu.org> | 2014-12-20 07:35:13 -0800 |
---|---|---|
committer | James E. Blair <corvus@gnu.org> | 2015-01-09 10:39:14 -0800 |
commit | ef9fb76de9ef299fbdc8f87f1dd05bdd1eda649e (patch) | |
tree | dc85b1dfb180f427b3686e59d6b7a8254397c1e2 /requirements.txt |
Initial commit
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..7996638 --- /dev/null +++ b/requirements.txt | |||
@@ -0,0 +1,7 @@ | |||
1 | pbr>=0.5.21,<1.0 | ||
2 | |||
3 | urwid | ||
4 | docutils>=0.12 | ||
5 | pygments | ||
6 | pillow # or PIL. Optional; only used for images. | ||
7 | |||