kredens/pyproject.toml

12 lines
235 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 = [
2025-01-23 04:38:52 +00:00
"dj-database-url>=2.3.0",
"django>=5.1.5",
2025-01-23 02:58:00 +00:00
"psycopg[binary]>=3.2.4",
]