Advertisement
Guest User

Untitled

a guest
Mar 28th, 2011
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (defproject ttm08 "1.0.0-SNAPSHOT"
  2.   :description "FIXME: write"
  3.   :dependencies [[org.clojure/clojure "1.2.0"]
  4.                  [org.clojure/clojure-contrib "1.2.0"]
  5.          [yfinance "0.01"]
  6.          [expojure "1.0.0-SNAPSHOT"]
  7.          [smoothing "1.0.0-SNAPSHOT"]
  8.          [clojure-csv/clojure-csv "1.2.4"]
  9.          [compojure "0.6.2"]
  10.          [ring "0.3.7"]
  11.          [net.cgrand/moustache "1.0.0"]
  12.          [hiccup "0.3.4"]
  13.          [com.cemerick/rummage "0.0.1"]]
  14.   :dev-dependencies [[swank-clojure "1.3.0-SNAPSHOT"]])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement