Skip to content
Snippets Groups Projects

Draft: Resolve "Object / Person identification using SDM NFC cards"

1 file
+ 7
3
Compare changes
  • Side-by-side
  • Inline
+ 7
3
@@ -19,7 +19,10 @@ classifiers = [
@@ -19,7 +19,10 @@ classifiers = [
"Intended Audience :: Education",
"Intended Audience :: Education",
"Topic :: Education",
"Topic :: Education",
]
]
maintainers = ["Jonathan Weth <dev@jonathanweth.de>", "Dominik George <dominik.george@teckids.org>"]
maintainers = [
 
"Jonathan Weth <dev@jonathanweth.de>",
 
"Dominik George <dominik.george@teckids.org>",
 
]
[[tool.poetry.source]]
[[tool.poetry.source]]
name = "PyPI"
name = "PyPI"
@@ -29,13 +32,14 @@ priority = "primary"
@@ -29,13 +32,14 @@ priority = "primary"
name = "gitlab"
name = "gitlab"
url = "https://edugit.org/api/v4/projects/461/packages/pypi/simple"
url = "https://edugit.org/api/v4/projects/461/packages/pypi/simple"
priority = "supplemental"
priority = "supplemental"
 
[tool.poetry.dependencies]
[tool.poetry.dependencies]
python = "^3.9"
python = "^3.9"
aleksis-core = "^3.0"
aleksis-core = "^4.0"
python-barcode = "^0.15.0"
python-barcode = "^0.15.0"
django-formtools = "2.2"
django-formtools = "2.2"
django-ace = "^1.0.12"
django-ace = "^1.0.12"
pylibsdm = "^1.0.0a0.dev2"
pylibsdm = "^1.0.0a0"
[tool.poetry.plugins."aleksis.app"]
[tool.poetry.plugins."aleksis.app"]
kort = "aleksis.apps.kort.apps:DefaultConfig"
kort = "aleksis.apps.kort.apps:DefaultConfig"
Loading