[1/n] click-ify - add entrypoint for click script and add

1_dump_listings command

run via:
poetry run python main.py --step dump_listings
This commit is contained in:
Viktor Barzin 2025-05-11 18:59:41 +00:00
parent 0a66efa48a
commit 90b531f5d9
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
4 changed files with 272 additions and 64 deletions

View file

@ -21,8 +21,7 @@ pandas = "^2.2.1"
geopy = "^2.4.1"
matplotlib = "^3.10.0"
opencv-python = "^4.11.0.86"
[tool.poetry.group.dev.dependencies]
click = "^8.2.0"
[build-system]
requires = ["poetry-core>=1.0.0"]