HomeHarvest/pyproject.toml

20 lines
447 B
TOML
Raw Normal View History

2023-09-15 12:58:52 -07:00
[tool.poetry]
name = "homeharvest"
2023-09-15 16:12:05 -07:00
version = "0.1.1"
description = "Real estate scraping library"
2023-09-15 12:58:52 -07:00
authors = ["Zachary Hampton <zachary@zacharysproducts.com>"]
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-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"