summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 46bdfb4b161011a234945f33eb3fc8b84b200a08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[project]
name = "demo"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "django>=6.0.5",
    "django-extra-views>=0.16.0",
    "pillow>=12.2.0",
    "psycopg2-binary>=2.9.12",
]