summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml2
-rw-r--r--requirements.txt2
2 files changed, 2 insertions, 2 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",
diff --git a/requirements.txt b/requirements.txt
index a7c4edd..ab77845 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
tomli
-jobspy
+python-jobspy
jinja2
llama-cpp-python -C cmake.args="-DGGML_VULKAN=on"
free-proxy