about summary refs log tree commit diff stats
path: root/project.clj
diff options
context:
space:
mode:
authorAlan Pearce2014-10-10 15:53:30 +0100
committerAlan Pearce2014-10-10 16:10:09 +0100
commit062fcf6126c71601fa677bfab13bacdab78ec857 (patch)
treef6e03079d392a3c00650a7453705104aa1d38d28 /project.clj
parentbd5a901a5081d01df16ab3a750fdfa403391b3d2 (diff)
downloadmicroformats-062fcf6126c71601fa677bfab13bacdab78ec857.tar.lz
microformats-062fcf6126c71601fa677bfab13bacdab78ec857.tar.zst
microformats-062fcf6126c71601fa677bfab13bacdab78ec857.zip
Add function to normalise a URL
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj3
1 files changed, 2 insertions, 1 deletions
diff --git a/project.clj b/project.clj
index 5b0d719..4223379 100644
--- a/project.clj
+++ b/project.clj
@@ -4,7 +4,8 @@
   :license {:name "MIT License"
             :url "http://opensource.org/licenses/MIT"}
   :dependencies [[org.clojure/clojure "1.6.0"]
-                 [enlive "1.1.5"]]
+                 [enlive "1.1.5"]
+                 [clojurewerkz/urly "1.0.0"]]
   :profiles {:dev {:dependencies [[expectations "2.0.9"]]}}
   :plugins [[lein-expectations "0.0.7"]]
   :main microformats.parser)