inital checkin
This commit is contained in:
14
pyproject.toml
Normal file
14
pyproject.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[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"
|
||||
]
|
||||
Reference in New Issue
Block a user