Newer
Older
[tool.poetry]
name = "greg"
version = "0.0.0"
description = "Guest Registration"
repository = "https://git.app.uib.no/it-bott-integrasjoner/greg"
authors = ["USIT, University of Oslo <bnt-int@usit.uio.no>"]
[tool.poetry.dependencies]
django = "*"
django-dirtyfields = "*"
django-extensions = "*"
django-filter = "*"
pika-context-manager = {git = "https://git.app.uib.no/it-bott-integrasjoner/pika-context-manager.git", rev = "v1.2.0"}
orgreg-client = {git = "https://git.app.uib.no/it-bott-integrasjoner/orgreg-client.git", rev = "v0.2.3" }
django-sesame = {extras = ["ua"], version = "^2.4"}
django-structlog = "^2.1.3"
structlog = "^21.2.0"
phonenumbers = "^8.12.35"
cerebrum-client = {git = "https://git.app.uib.no/it-bott-integrasjoner/cerebrum-client.git", rev = "v1.9.2"}
black = "*"
django-stubs = "*"
djangorestframework-stubs = "*"
ipython = "*"
mypy = "*"
pylint = "*"
pylint-django = "*"
requests-mock = "^1.9.3"
[tool.black]
extend-exclude = '^/greg/migrations/.*\.py'
[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.0.0"]