*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
pyproject.toml 686 B
Newer Older
[tool.poetry]
name = "dbrepo-ismir"
version = "0.1.0"
description = ""
authors = ["Lukas Mahler <e11908553@student.tuwien.ac.at>"]
readme = "README.md"
packages = [{include = "dbrepo_ismir"}]

[tool.poetry.dependencies]
Mahler, Lukas's avatar
Mahler, Lukas committed
python = "3.10.*"
ipykernel = "^6.19.4"
requests = "^2.28.1"
pandas = "^1.5.2"
pyyaml = "^6.0"
llvmlite = "^0.39.1"
numba = "^0.56.4"
librosa = "^0.9.2"
matplotlib = "^3.6.2"
jupyter = "^1.0.0"
ipynb = "^0.5.1"
papermill = "^2.4.0"
black = "^23.7.0"
oic = "^1.6.1"
python-keycloak = "^3.3.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
Mahler, Lukas's avatar
Mahler, Lukas committed
pip = "*"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"