mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-10 06:42:21 +01:00
40 lines
816 B
TOML
40 lines
816 B
TOML
[tool.poetry]
|
|
name = "marietjedjango"
|
|
version = "3.1.0"
|
|
description = "A music player for the south canteen of the Huygens building"
|
|
authors = ["Your Name <you@example.com>"]
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
Django = "^4.2.5"
|
|
django-oauth-toolkit = "^2.3.0"
|
|
django-bootstrap5 = "^23.3"
|
|
fontawesomefree = "^6.4.2"
|
|
djangorestframework = "^3.14.0"
|
|
mysqlclient = "^2.2.0"
|
|
prometheus-client = "^0.17.1"
|
|
mutagen = "^1.47.0"
|
|
argon2-cffi = "^23.1.0"
|
|
uritemplate = "^4.1.1"
|
|
pyyaml = "^6.0.1"
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
black = "^23.7.0"
|
|
flake8 = "^6.1.0"
|
|
|
|
[tool.black]
|
|
line-length = 119
|
|
target-version = ["py39"]
|
|
exclude = '''
|
|
/(
|
|
migrations
|
|
| marietje/marietje/settings
|
|
)/
|
|
'''
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|