updating poetry

This commit is contained in:
Kadir Tugan 2023-11-18 12:15:34 +02:00
parent 200caadabd
commit 65fc4cdda4
7 changed files with 261 additions and 50 deletions

View file

@ -1,11 +1,11 @@
[tool.poetry]
name = "rightmove-crawler"
name = "rec"
version = "0.1.0"
description = ""
authors = ["Kadir Tugan <git@k8n.dev>"]
[tool.poetry.dependencies]
python = "^3.9"
python = ">3.8"
SQLAlchemy = "^2.0.23"
requests = "^2.31.0"
cachetools = "^5.3.2"