Created
October 27, 2021 20:41
-
-
Save duanebester/55ca607e6289465f727ea62fe71d7567 to your computer and use it in GitHub Desktop.
Web Scraping w/Clojure deps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{:paths ["src"] | |
:deps {etaoin/etaoin {:mvn/version "0.4.6"} | |
com.taoensso/carmine {:mvn/version "3.1.0"} | |
congomongo/congomongo {:mvn/version "2.2.3"} | |
funcool/cuerdas {:mvn/version "2021.05.29-0"} | |
org.clojure/data.json {:mvn/version "2.4.0"} | |
org.clojure/core.async {:mvn/version "1.3.618"}}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment