chore(pyproject.toml): add dependencies
This commit is contained in:
parent
a8ba987102
commit
1288737f11
|
@ -12,7 +12,11 @@ maintainers = [
|
|||
{name = "Luca", email = "Luca@hackerspace-bamberg.de"},
|
||||
]
|
||||
|
||||
dependencies = []
|
||||
dependencies = [
|
||||
"Django",
|
||||
"django-i18nfield",
|
||||
"pretalx",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://git.luj0ga.de/kontakt/pretalx-musicrate"
|
||||
|
|
Loading…
Reference in New Issue