aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: 94ab69028f6ca4b3c00b5bc42a4d06a24b1440ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[project]
name = "gdrive-photo-gallery"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
    "apscheduler>=3.11.0",
    "flask>=3.1.1",
    "pillow>=11.2.1",
    "python-dotenv>=1.1.0",
    "requests>=2.32.3",
]