diff options
| author | msglm <msglm@techchud.xyz> | 2026-05-27 04:02:31 -0500 |
|---|---|---|
| committer | msglm <msglm@techchud.xyz> | 2026-05-27 04:02:31 -0500 |
| commit | 1bd1fd2b7672466c57632fbaed20d4f79a1ad16d (patch) | |
| tree | 2660eea531a21db04e3ea12ded550811ea6d1765 /pyproject.toml | |
| parent | c08aff24dffa02864fa8652603f20fc7a6bf3a3f (diff) | |
| download | getmeajob-1bd1fd2b7672466c57632fbaed20d4f79a1ad16d.tar.gz getmeajob-1bd1fd2b7672466c57632fbaed20d4f79a1ad16d.tar.bz2 getmeajob-1bd1fd2b7672466c57632fbaed20d4f79a1ad16d.zip | |
fix dependency names0.0.7
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 7780104..74f6a78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ ] dependencies = [ "tomli", - "JobSpy @ git+https://github.com/speedyapply/JobSpy.git", + "python-jobspy", "llama-cpp-python", "free-proxy", "selenium", |
