HomeHarvest/pyproject.toml

21 lines
501 B
TOML
Raw Permalink Normal View History

2023-09-15 12:58:52 -07:00
[tool.poetry]
name = "homeharvest"
2023-09-18 08:39:34 -07:00
version = "0.1.3"
2023-09-15 16:12:05 -07:00
description = "Real estate scraping library"
2023-09-17 13:12:39 -07:00
authors = ["Zachary Hampton <zachary@zacharysproducts.com>", "Cullen Watson <cullen@cullen.ai>"]
2023-09-15 16:12:05 -07:00
homepage = "https://github.com/ZacharyHampton/HomeHarvest"
2023-09-15 12:58:52 -07:00
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
2023-09-15 15:17:37 -07:00
requests = "^2.31.0"
2023-09-17 16:30:37 -07:00
pandas = "^2.1.0"
2023-09-15 12:58:52 -07:00
2023-09-15 15:17:37 -07:00
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.2"
2023-09-15 12:58:52 -07:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"