Add foreclosure parameter (#55)

This commit is contained in:
robertomr100
2024-03-03 12:45:28 -05:00
committed by GitHub
parent 03198428de
commit ab6a0e3b6e
6 changed files with 40 additions and 59 deletions

View File

@@ -1,8 +1,8 @@
[tool.poetry]
name = "homeharvest"
version = "0.3.12"
description = "Real estate scraping library supporting Zillow, Realtor.com & Redfin."
authors = ["Zachary Hampton <zachary@zacharysproducts.com>", "Cullen Watson <cullen@cullen.ai>"]
description = "Real estate scraping library"
authors = ["Zachary Hampton <zachary@bunsly.com>", "Cullen Watson <cullen@bunsly.com>"]
homepage = "https://github.com/Bunsly/HomeHarvest"
readme = "README.md"
@@ -13,7 +13,6 @@ homeharvest = "homeharvest.cli:main"
python = ">=3.10,<3.13"
requests = "^2.31.0"
pandas = "^2.1.1"
openpyxl = "^3.1.2"
[tool.poetry.group.dev.dependencies]