Home

mint @ab4c0e61c5e44035fc53b21288012f87ada85a4a - refs - log -
-
https://git.jolheiser.com/mint.git
Budget
mint / pyproject.toml
- raw -
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
[project]
name = "mint"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
    "django>=5.2.6",
    "django-debug-toolbar>=6.0.0",
    "environs>=14.3.0",
    "mozilla-django-oidc>=4.0.1",
    "requests>=2.32.5",
]