Skip to content
Snippets Groups Projects
Verified Commit 7bbd8820 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Init poetry

parent 671935b2
No related branches found
No related tags found
No related merge requests found
[tool.poetry]
name = "nss-pam-oidc"
version = "0.1.0"
description = "NSS/PAM modules for OpenID Connect/OAuth2"
authors = ["Dominik George <nik@naturalnet.de>"]
license = "Apache-2.0"
readme = "README.rst"
repository = "https://edugit.org/debian-edu-ng/nss-pam-oidc"
classifiers = [
"Environment :: Console",
"Intended Audience :: System Administrators",
]
[tool.poetry.dependencies]
python = "^3.9"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment