diff options
| author | msglm <msglm@techchud.xyz> | 2026-05-09 15:31:31 -0500 |
|---|---|---|
| committer | msglm <msglm@techchud.xyz> | 2026-05-09 15:31:31 -0500 |
| commit | a8fd261a82f3c748c3263fe5cffa0eba10b8a552 (patch) | |
| tree | 28e647680479424ec8a3d9522c1c194eccad2031 | |
| parent | 8ee05796c4f65415f11719e4b1ff48b76380df7f (diff) | |
| download | getmeajob-a8fd261a82f3c748c3263fe5cffa0eba10b8a552.tar.gz getmeajob-a8fd261a82f3c748c3263fe5cffa0eba10b8a552.tar.bz2 getmeajob-a8fd261a82f3c748c3263fe5cffa0eba10b8a552.zip | |
| -rw-r--r-- | pyproject.toml | 6 |
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] |
