- version bump and excel support

This commit is contained in:
Zachary Hampton
2023-09-19 09:26:52 -07:00
parent 78b56c2cac
commit 30e510882b
2 changed files with 28 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "homeharvest"
version = "0.2.1"
version = "0.2.2"
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"
@@ -10,6 +10,7 @@ readme = "README.md"
python = "^3.10"
requests = "^2.31.0"
pandas = "^2.1.0"
openpyxl = "^3.1.2"
[tool.poetry.group.dev.dependencies]