Skip to content
Snippets Groups Projects
pyproject.toml 890 B
Newer Older
Jonas Braathen's avatar
Jonas Braathen committed

[tool.poetry]
name = "greg"
version = "0.0.0"
description = "Guest Registration"

# repository = "https://bitbucket.usit.uio.no/"
# homepage = "https://www.usit.uio.no/"

authors = [
    "USIT, University of Oslo <bnt-int@usit.uio.no>"
]

[tool.poetry.dependencies]
django = "*"
django-dirtyfields = "*"
django-extensions = "*"
django-filter = "*"
djangorestframework = "*"
drf-spectacular = "*"
pika-context-manager = {git = "https://bitbucket.usit.uio.no/scm/kal/pika-context-manager.git", rev = "v1.2.0"}
psycopg2-binary = "*"
Jonas Braathen's avatar
Jonas Braathen committed
python-daemon = "*"
sentry-sdk = "*"
whitenoise = "*"

[tool.poetry.dev-dependencies]
Faker = "^8.10.1"
autopep8 = "*"
Jonas Braathen's avatar
Jonas Braathen committed
black = "*"
django-stubs = "*"
djangorestframework-stubs = "*"
ipython = "*"
mypy = "*"
pylint = "*"
pylint-django = "*"
rope = "*"

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