Skip to content

Commit

Permalink
setup poetry / poethepoet to modernize the lib
Browse files Browse the repository at this point in the history
  • Loading branch information
skamansam committed Aug 9, 2023
1 parent d3edabd commit 1581d08
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 0 deletions.
85 changes: 85 additions & 0 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[tool.poetry]
name = "django-keycloak"
version = "0.2.0"
description = "Integrate Keycloak with Django 4.2+"
authors = ["Samuel C. Tyler <[email protected]>", "Peter Slump <[email protected]>"]
readme = "README.rst"
packages = [{include = "src/django_keycloak"}]

[tool.poetry.dependencies]
python = "^3.11"
Django = "^4.2.4"

[tool.poetry.group.dev.dependencies]
django-dynamic-fixtures = "^0.2.1"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 1581d08

Please sign in to comment.