diff options
author | clarkzjw <[email protected]> | 2024-04-27 21:01:15 -0700 |
---|---|---|
committer | clarkzjw <[email protected]> | 2024-04-27 21:01:15 -0700 |
commit | a3870ff91b90dac217a57eea2df5bfef64a6ee50 (patch) | |
tree | a0ad94d1095c404557673aeae9d73c057d1e8e26 /pyproject.toml | |
parent | 23477dc11338f7b769c9fde95f73b18a9355c853 (diff) | |
download | Square-master.tar.gz |
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 19 |
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] | ||
2 | name = "square" | ||
3 | version = "0.1.0" | ||
4 | description = "" | ||
5 | authors = ["clarkzjw"] | ||
6 | readme = "README.md" | ||
7 | |||
8 | [tool.poetry.dependencies] | ||
9 | python = "^3.11" | ||
10 | pillow = "^10.2.0" | ||
11 | PyExifTool = "^0.5.6" | ||
12 | python-telegram-bot = "^20.8" | ||
13 | pytz = "^2024.1" | ||
14 | APScheduler = "^3.10.4" | ||
15 | |||
16 | |||
17 | [build-system] | ||
18 | requires = ["poetry-core"] | ||
19 | build-backend = "poetry.core.masonry.api" | ||