issue-tracker/pyproject.toml

21 lines
428 B
TOML
Raw Normal View History

[project]
name = "forkos-issue-tracker"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "Janik H.", email = "janik@aq0.de"},
]
dependencies = [
"djangorestframework>=3.15.2",
"social-auth-core>=4.5.4",
"social-auth-app-django>=5.4.2",
"django-htmx>=1.19.0",
]
requires-python = "==3.12.*"
readme = "README.md"
license = {text = "MIT"}
[tool.pdm]
distribution = false