aboutsummaryrefslogtreecommitdiffstats
path: root/scrumli.asd
diff options
context:
space:
mode:
Diffstat (limited to 'scrumli.asd')
-rw-r--r--scrumli.asd15
1 files changed, 10 insertions, 5 deletions
diff --git a/scrumli.asd b/scrumli.asd
index b3d42c3..a463f94 100644
--- a/scrumli.asd
+++ b/scrumli.asd
@@ -23,11 +23,16 @@
:description "Scrum with Lisp"
:author "Tom Willemse"
:license "AGPLv3"
- :depends-on (:restas :postmodern :cl-json :drakma :closure-template
- :md5)
+ :depends-on (:ningle
+ :postmodern
+ :cl-json
+ :drakma
+ :closure-template
+ :md5
+ :clack-middleware-postmodern
+ :parenscript)
:defsystem-depends-on (:closure-template)
:components ((:closure-template "templates/scrumli")
- (:file "defmodule")
- (:file "pg-datastore")
- (:file "util")
+ (:file "packages")
+ (:file "data")
(:file "scrumli")))