mirror of https://github.com/Bunsly/JobSpy
15 lines
345 B
TOML
15 lines
345 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"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|