summaryrefslogtreecommitdiffstats
path: root/indeedwatcher.nimble
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2023-02-17 02:01:03 -0600
committermsglm <msglm@techchud.xyz>2023-02-17 02:01:03 -0600
commitb44190f82a942754beb07872740635b37b4ee7c2 (patch)
tree53a351aa6e317528e5992740405781c293a394ba /indeedwatcher.nimble
parent50c6c1f4d45d088eaf9533de5fa937354a3737cc (diff)
downloadindeedwatcher-b44190f82a942754beb07872740635b37b4ee7c2.tar.gz
indeedwatcher-b44190f82a942754beb07872740635b37b4ee7c2.tar.bz2
indeedwatcher-b44190f82a942754beb07872740635b37b4ee7c2.zip
draft of new headless feature implemented
Diffstat (limited to 'indeedwatcher.nimble')
-rw-r--r--indeedwatcher.nimble2
1 files changed, 1 insertions, 1 deletions
diff --git a/indeedwatcher.nimble b/indeedwatcher.nimble
index cf69199..528c547 100644
--- a/indeedwatcher.nimble
+++ b/indeedwatcher.nimble
@@ -12,5 +12,5 @@ binDir = "bin"
requires "nim >= 1.6.10"
requires "rss"
-requires "webdriver"
+requires "https://github.com/dom96/webdriver#699d3b9959ed94724521a768f11fcabed47c712b"
requires "parsetoml"