mirror of https://github.com/Bunsly/JobSpy
23 lines
509 B
TOML
23 lines
509 B
TOML
[tool.poetry]
|
|
name = "jobspy"
|
|
version = "0.1.0"
|
|
description = "Job scraper for LinkedIn, Indeed & ZipRecruiter"
|
|
authors = ["Zachary Hampton <69336300+ZacharyHampton@users.noreply.github.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
requests = "^2.31.0"
|
|
tls-client = "^0.2.1"
|
|
beautifulsoup4 = "^4.12.2"
|
|
pandas = "^2.1.0"
|
|
pydantic = "^2.3.0"
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
pytest = "^7.4.1"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|