Skip to content

Commit

Permalink
- version bump and excel support
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacharyHampton committed Sep 19, 2023
1 parent 78b56c2 commit 30e5108
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
27 changes: 26 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>", "Cullen Watson <[email protected]>"]
homepage = "https://github.com/ZacharyHampton/HomeHarvest"
Expand All @@ -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]
Expand Down

0 comments on commit 30e5108

Please sign in to comment.