2023-11-06 00:31:58 +00:00
|
|
|
[tool.poetry]
|
2023-11-18 12:15:34 +02:00
|
|
|
name = "rec"
|
2023-11-06 00:31:58 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
|
description = ""
|
|
|
|
|
authors = ["Kadir Tugan <git@k8n.dev>"]
|
|
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2024-03-10 18:49:39 +00:00
|
|
|
python = ">3.11"
|
2023-11-06 00:31:58 +00:00
|
|
|
requests = "^2.31.0"
|
|
|
|
|
cachetools = "^5.3.2"
|
|
|
|
|
diskcache = "^5.6.3"
|
2024-03-10 18:49:39 +00:00
|
|
|
tqdm = "^4.66.2"
|
|
|
|
|
pillow = "^10.2.0"
|
|
|
|
|
numpy = "^1.26.4"
|
|
|
|
|
transformers = "^4.38.2"
|
2024-03-10 22:32:34 +00:00
|
|
|
pytesseract = "^0.3.10"
|
2024-03-11 09:44:37 +00:00
|
|
|
jupyterlab = "^4.1.4"
|
|
|
|
|
pandas = "^2.2.1"
|
2024-04-01 15:21:31 +02:00
|
|
|
geopy = "^2.4.1"
|
2025-03-02 17:11:48 +00:00
|
|
|
matplotlib = "^3.10.0"
|
|
|
|
|
opencv-python = "^4.11.0.86"
|
2025-05-11 18:59:41 +00:00
|
|
|
click = "^8.2.0"
|
2025-05-17 22:34:27 +00:00
|
|
|
aiohttp = "^3.11.18"
|
2025-06-03 20:00:30 +00:00
|
|
|
sqlmodel = "^0.0.24"
|
|
|
|
|
alembic = "^1.16.1"
|
|
|
|
|
sqlalchemy = {extras = ["asyncio"], version = "^2.0.41"}
|
2025-06-08 20:59:04 +00:00
|
|
|
tenacity = "^9.1.2"
|
2023-11-06 00:31:58 +00:00
|
|
|
|
2025-05-17 22:11:51 +00:00
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
|
|
|
ipdb = "^0.13.13"
|
|
|
|
|
|
2023-11-06 00:31:58 +00:00
|
|
|
[build-system]
|
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
|
build-backend = "poetry.core.masonry.api"
|