aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: 489020ade557422867a2092843953ef40cd06295 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[project]
name = "slotfinder"
version = "0.1.0"
description = "A web-based meeting time finding tool"
requires-python = ">=3.11"
dependencies = [
    "flask>=3.0.0",
    "flask-sqlalchemy>=3.1.1",
    "flask-login>=0.6.3",
    "authlib>=1.3.0",
    "psycopg2-binary>=2.9.9",
    "python-dotenv>=1.0.0",
    "requests>=2.31.0",
    "pillow>=10.2.0",
    "gunicorn>=21.2.0",
]

[tool.uv]
package = false