diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-22 05:22:06 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-22 05:22:06 +0100 |
commit | 0b8cc29f4cf26c5ac963de1ba1445450622c6449 (patch) | |
tree | 48108f2685356b68723f61f981aa7e27973a16d2 | |
parent | support non-continuous mode (diff) | |
download | blueshift-tray-0b8cc29f4cf26c5ac963de1ba1445450622c6449.tar.gz blueshift-tray-0b8cc29f4cf26c5ac963de1ba1445450622c6449.tar.bz2 blueshift-tray-0b8cc29f4cf26c5ac963de1ba1445450622c6449.tar.xz |
add dependency list
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | DEPENDENCIES | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..9e72f92 --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,6 @@ +RUNTIME DEPENDENCIES: + + python2 + pygtk + blueshift>=1.4 + |