forked from scicloj/tablecloth
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.clj
12 lines (12 loc) · 668 Bytes
/
project.clj
1
2
3
4
5
6
7
8
9
10
11
12
(defproject scicloj/tablecloth "7.000-beta-1"
:description "Dataset manipulation library built on the top of tech.ml.dataset."
:url "https://github.com/scicloj/tablecloth"
:license {:name "The MIT Licence"
:url "https://opensource.org/licenses/MIT"}
:plugins [[lein-tools-deps "0.4.5"]]
:middleware [lein-tools-deps.plugin/resolve-dependencies-with-deps-edn]
:lein-tools-deps/config {:config-files [:install :user :project]}
:profiles {:dev {:cloverage {:runner :midje}
:dependencies [[midje "1.9.9"]]
:plugins [[lein-midje "3.2.1"]
[lein-cloverage "1.1.2"]]}})