Skip to content

Commit

Permalink
Bake kroki and github into yetibot
Browse files Browse the repository at this point in the history
  • Loading branch information
devth committed Mar 31, 2023
1 parent 9be69e5 commit 42a4aaf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@
(println))}
:dependencies [[org.clojure/clojure "1.10.3"]
[yetibot/core "20230329.232328.17468b5"]
; yetibot plugins. Note: we're baking these into the jar/docker
; image instead of loading them dynamically at runtime because
; we found that pomegranate does not work inside a docker
; container (need to investigate more).
[yetibot/kroki "20201022.004119.9d97f7c"]
[yetibot/github "20201026.024321.499bc7e"]

; apis
[twitter-api "1.8.0"]
Expand Down

0 comments on commit 42a4aaf

Please sign in to comment.