This commit is contained in:
Cullen Watson
2023-09-19 15:01:39 -05:00
parent 05fca9b7e6
commit 49d27943c4
5 changed files with 91 additions and 6 deletions

View File

@@ -1,11 +1,14 @@
[tool.poetry]
name = "homeharvest"
version = "0.2.2"
version = "0.2.3"
description = "Real estate scraping library supporting Zillow, Realtor.com & Redfin."
authors = ["Zachary Hampton <zachary@zacharysproducts.com>", "Cullen Watson <cullen@cullen.ai>"]
homepage = "https://github.com/ZacharyHampton/HomeHarvest"
readme = "README.md"
[tool.poetry.scripts]
homeharvest = "homeharvest.cli:main"
[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.31.0"
@@ -18,4 +21,4 @@ pytest = "^7.4.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"