chore(pyproject.toml): add dependencies

This commit is contained in:
Luca 2023-12-15 00:03:39 +01:00
parent a8ba987102
commit 1288737f11
1 changed files with 5 additions and 1 deletions

View File

@ -12,7 +12,11 @@ maintainers = [
{name = "Luca", email = "Luca@hackerspace-bamberg.de"}, {name = "Luca", email = "Luca@hackerspace-bamberg.de"},
] ]
dependencies = [] dependencies = [
"Django",
"django-i18nfield",
"pretalx",
]
[project.urls] [project.urls]
homepage = "https://git.luj0ga.de/kontakt/pretalx-musicrate" homepage = "https://git.luj0ga.de/kontakt/pretalx-musicrate"