{:jason, "~> 1.3"},
{:oauther, "~> 1.1"},
{:extwitter, "~> 0.13.0"},
- {:hunter, path: "../../hunter"}
- # git: "https://github.com/milmazz/hunter", tag: "e3b93ea64844f2609cb3c18fa5fbafaad772195d"}
+ {:hunter,
+ git: "https://github.com/milmazz/hunter.git", ref: "e3b93ea64844f2609cb3c18fa5fbafaad772195d"}
],
config: [
ex_aws: [
access_token: twitter_access_token,
access_token_secret: twitter_access_token_secret
]
+ ],
+ hunter: [
+ http_options: [
+ timeout: 60_000,
+ recv_timeout: 60_000
+ ]
]
]
)