summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-04-12 21:09:30 -0500
committerColin Okay <cbeok@protonmail.com>2020-04-12 21:09:30 -0500
commit5e5c23f992e2d634ada8c1eaf5009b41689deb2a (patch)
treee168689b5df7c5871f546fc3615ef38decbbb01d
parent72406fa2e7614b15d373ed3bca2b832da1f43f57 (diff)
explicit dependency on drakma
-rw-r--r--posterbot.asd2
1 files changed, 1 insertions, 1 deletions
diff --git a/posterbot.asd b/posterbot.asd
index 18f8cc9..942c399 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)
+ :depends-on (#:granolin #:cl-ppcre #:alexandria #:cl-fad #:drakma)
:components ((:file "package")
(:file "posterbot")))