kredens/pyproject.toml

12 lines
221 B
TOML
Raw Normal View History

2025-01-23 02:58:00 +00:00
[project]
name = "kredens"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"dj-database-url",
"django",
"psycopg[binary]>=3.2.4",
]