15 lines
276 B
TOML
15 lines
276 B
TOML
[project]
|
|
name = "raffle-site"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"django>=6.0.3",
|
|
"django-environ",
|
|
"dj-database-url",
|
|
"psycopg2-binary",
|
|
"pillow",
|
|
"gunicorn"
|
|
]
|