aboutsummaryrefslogtreecommitdiff
blob: d91d06c931fa40861dc3c646a9ea9ad71384c682 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[tool.poetry]
name = "square"
version = "0.1.0"
description = ""
authors = ["clarkzjw"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
pillow = "^10.2.0"
PyExifTool = "^0.5.6"
python-telegram-bot = "^20.8"
pytz = "^2024.1"
APScheduler = "^3.10.4"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Powered by cgit v1.2.3 (git 2.41.0)