aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: d67fc9df4168be55a562f7f12eea96f6d9993f7b (plain)
1
2
3
4
5
6
7
8
9
10
11
[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",
    "pillow>=12.1.0",
]