diff options
Diffstat (limited to 'pyproject.toml')
| -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] |
