Add dependencies needed for parsing and writing posts

This commit is contained in:
Charlotte Allen 2020-01-27 15:39:14 -08:00
parent 63a5ad9cd3
commit 9ad5b67a74
No known key found for this signature in database
GPG Key ID: 3A64C3A6C69860B0
1 changed files with 3 additions and 2 deletions

View File

@ -6,6 +6,7 @@
:dependencies [[ch.qos.logback/logback-classic "1.2.3"] :dependencies [[ch.qos.logback/logback-classic "1.2.3"]
[cheshire "5.9.0"] [cheshire "5.9.0"]
[clojure.java-time "0.3.2"] [clojure.java-time "0.3.2"]
[org.clojure/data.json "0.2.7"]
[conman "0.8.4"] [conman "0.8.4"]
[cprop "0.1.15"] [cprop "0.1.15"]
[expound "0.8.3"] [expound "0.8.3"]
@ -33,7 +34,7 @@
[selmer "1.12.18"]] [selmer "1.12.18"]]
:min-lein-version "2.0.0" :min-lein-version "2.0.0"
:source-paths ["src/clj"] :source-paths ["src/clj"]
:test-paths ["test/clj"] :test-paths ["test/clj"]
:resource-paths ["resources"] :resource-paths ["resources"]
@ -59,7 +60,7 @@
[ring/ring-mock "0.4.0"]] [ring/ring-mock "0.4.0"]]
:plugins [[com.jakemccrary/lein-test-refresh "0.24.1"] :plugins [[com.jakemccrary/lein-test-refresh "0.24.1"]
[jonase/eastwood "0.3.5"]] [jonase/eastwood "0.3.5"]]
:source-paths ["env/dev/clj"] :source-paths ["env/dev/clj"]
:resource-paths ["env/dev/resources"] :resource-paths ["env/dev/resources"]
:repl-options {:init-ns user} :repl-options {:init-ns user}