HomeHarvest/pyproject.toml

20 lines
447 B
TOML

[tool.poetry]
name = "homeharvest"
version = "0.1.1"
description = "Real estate scraping library"
authors = ["Zachary Hampton <zachary@zacharysproducts.com>"]
homepage = "https://github.com/ZacharyHampton/HomeHarvest"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.31.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"