|
[project]
|
|
name = "astro-tdg"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"django>=5.2.8",
|
|
"django-markdownx>=4.0.9",
|
|
"django-tagulous>=2.1.1",
|
|
"psycopg>=3.2.12",
|
|
"python-dotenv>=1.2.1",
|
|
]
|