issue-tracker/pyproject.toml
Janik Haag 9e0b8e5699 Initial code dump
This is the initial code dump from Janik.
I obtained express permission to license it under MIT, see the next
commit.
2024-10-20 16:20:48 +02:00

21 lines
428 B
TOML

[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