aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: fe7902f1a143fc0ba0d8b157426c5f66792efd7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[project]
name = "bookstore"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
    "django>=6.0.1",
    "django-mathfilters>=1.0.0",
    "gunicorn>=24.1.1",
    "pillow>=12.1.0",
]