aboutsummaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj16
1 files changed, 5 insertions, 11 deletions
diff --git a/project.clj b/project.clj
index dcc3317..3c2289c 100644
--- a/project.clj
+++ b/project.clj
@@ -1,16 +1,16 @@
-(defproject queue-api "0.1.0-SNAPSHOT"
+(defproject queue-api "0.1.0"
- :description "FIXME: write description"
- :url "http://example.com/FIXME"
+ :description "Api for a simple job queue"
+ :url "https://gitlab.com/gabrielgio/queue-api"
:dependencies [[clj-time "0.14.2"]
[compojure "1.6.0"]
[cprop "0.1.11"]
[funcool/struct "1.2.0"]
[luminus-immutant "0.2.4"]
+ [datascript "0.16.3"]
[luminus-nrepl "0.1.4"]
[luminus/ring-ttl-session "0.3.2"]
- [markdown-clj "1.0.2"]
[metosin/compojure-api "1.1.11"]
[metosin/muuntaja "0.5.0"]
[metosin/ring-http-response "0.9.0"]
@@ -18,14 +18,8 @@
[org.clojure/clojure "1.9.0"]
[org.clojure/tools.cli "0.3.5"]
[org.clojure/tools.logging "0.4.0"]
- [org.webjars.bower/tether "1.4.3"]
- [org.webjars/bootstrap "4.0.0"]
- [org.webjars/font-awesome "5.0.6"]
- [org.webjars/jquery "3.2.1"]
- [ring-webjars "0.2.0"]
[ring/ring-core "1.6.3"]
- [ring/ring-defaults "0.3.1"]
- [selmer "1.11.6"]]
+ [ring/ring-defaults "0.3.1"]]
:min-lein-version "2.0.0"