summaryrefslogtreecommitdiff
path: root/posterbot.asd
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-04-14 22:25:49 -0500
committerColin Okay <cbeok@protonmail.com>2020-04-14 22:25:49 -0500
commitdb7dbb33b0cc73aeea9e6212479ad32af89290d5 (patch)
tree738edd50d805a329c23cf1dd9c3b084eab0bc68e /posterbot.asd
parent3f99fe15eb87c43de9c7df6514413d67099658f0 (diff)
support for some tenor links
Diffstat (limited to 'posterbot.asd')
-rw-r--r--posterbot.asd2
1 files changed, 1 insertions, 1 deletions
diff --git a/posterbot.asd b/posterbot.asd
index 942c399..0d243c2 100644
--- a/posterbot.asd
+++ b/posterbot.asd
@@ -6,6 +6,6 @@
:license "AGPL"
:version "0.0.1"
:serial t
- :depends-on (#:granolin #:cl-ppcre #:alexandria #:cl-fad #:drakma)
+ :depends-on (#:granolin #:cl-ppcre #:alexandria #:cl-fad #:drakma #:plump #:clss)
:components ((:file "package")
(:file "posterbot")))