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]
|
2023-11-18 12:15:34 +02:00
|
|
|
python = ">3.8"
|
2023-11-06 00:31:58 +00:00
|
|
|
SQLAlchemy = "^2.0.23"
|
|
|
|
|
requests = "^2.31.0"
|
|
|
|
|
cachetools = "^5.3.2"
|
|
|
|
|
diskcache = "^5.6.3"
|
|
|
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
|
build-backend = "poetry.core.masonry.api"
|