aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2024-04-27 21:01:15 -0700
committerclarkzjw <[email protected]>2024-04-27 21:01:15 -0700
commita3870ff91b90dac217a57eea2df5bfef64a6ee50 (patch)
treea0ad94d1095c404557673aeae9d73c057d1e8e26 /pyproject.toml
parent23477dc11338f7b769c9fde95f73b18a9355c853 (diff)
downloadSquare-master.tar.gz
add poetry configurationsHEADmaster
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..d91d06c
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,19 @@
1[tool.poetry]
2name = "square"
3version = "0.1.0"
4description = ""
5authors = ["clarkzjw"]
6readme = "README.md"
7
8[tool.poetry.dependencies]
9python = "^3.11"
10pillow = "^10.2.0"
11PyExifTool = "^0.5.6"
12python-telegram-bot = "^20.8"
13pytz = "^2024.1"
14APScheduler = "^3.10.4"
15
16
17[build-system]
18requires = ["poetry-core"]
19build-backend = "poetry.core.masonry.api"
Powered by cgit v1.2.3 (git 2.41.0)