aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 55b3ed33375180b6117c34f03ce370549ec1a449 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[project]
name = "fbfp"
# version = "0.0.0"
dynamic = ["version"]
requires-python = ">= 3.11"
dependencies = [
    "flask",
    "Flask-SQLAlchemy >= 3.1.1",
    "sqlalchemy[mypy] >= 2.0.0",
    "humanize",
    "gunicorn[gevent]",
    "mariadb"
]

# vim: expandtab tabstop=4