summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2026-05-09 15:31:31 -0500
committermsglm <msglm@techchud.xyz>2026-05-09 15:31:31 -0500
commita8fd261a82f3c748c3263fe5cffa0eba10b8a552 (patch)
tree28e647680479424ec8a3d9522c1c194eccad2031
parent8ee05796c4f65415f11719e4b1ff48b76380df7f (diff)
downloadgetmeajob-a8fd261a82f3c748c3263fe5cffa0eba10b8a552.tar.gz
getmeajob-a8fd261a82f3c748c3263fe5cffa0eba10b8a552.tar.bz2
getmeajob-a8fd261a82f3c748c3263fe5cffa0eba10b8a552.zip
add pyproject depsHEAD0.0.3master
-rw-r--r--pyproject.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index fa95930..2b22f7a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,8 +10,10 @@ authors = [
{ name = "msglm", email = "msglm@techchud.xyz" }
]
dependencies = [
- "jinja",
- "jobspy"
+ "tomli",
+ "JobSpy @ git+https://github.com/speedyapply/JobSpy.git",
+ "llama-cpp-python",
+ "free-proxy",
]
[project.scripts]