2014-10-18 18:11:52 -04:00
|
|
|
(defproject views "0.4.1"
|
2014-06-06 06:58:08 -04:00
|
|
|
:description "You underestimate the power of the SQL side"
|
|
|
|
|
|
|
|
:url "https://github.com/diligenceengine/views"
|
|
|
|
|
|
|
|
:license {:name "Eclipse Public License"
|
|
|
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
|
|
|
|
|
|
|
:dependencies [[org.clojure/clojure "1.6.0"]
|
|
|
|
[org.clojure/tools.logging "0.2.6"]
|
|
|
|
[org.clojure/core.async "0.1.303.0-886421-alpha"]
|
|
|
|
[org.clojure/java.jdbc "0.3.3"]
|
|
|
|
[honeysql "0.4.3"]
|
2014-06-09 23:12:21 -04:00
|
|
|
[edl "0.1.0"]
|
|
|
|
[org.postgresql/postgresql "9.2-1003-jdbc4"]
|
2014-06-18 06:32:43 -04:00
|
|
|
[clj-logging-config "1.9.10"]
|
2014-06-24 06:22:39 -04:00
|
|
|
[zip-visit "1.0.2"]
|
2014-11-04 03:48:45 -05:00
|
|
|
[pjstadig/humane-test-output "0.6.0"]
|
|
|
|
|
|
|
|
;; Metrics
|
|
|
|
[riemann-clojure-client "0.2.11"]
|
|
|
|
]
|
2014-06-06 06:58:08 -04:00
|
|
|
|
|
|
|
:profiles {:test {:dependencies [[org.clojure/tools.nrepl "0.2.3"]
|
|
|
|
[environ "0.4.0"]
|
2014-06-24 06:22:39 -04:00
|
|
|
[org.clojure/data.generators "0.1.2"]]
|
|
|
|
|
|
|
|
:injections [(require 'pjstadig.humane-test-output)
|
|
|
|
(pjstadig.humane-test-output/activate!)]}}
|
2014-06-06 06:58:08 -04:00
|
|
|
|
|
|
|
:plugins [[lein-environ "0.4.0"]])
|