[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 = "*" djangorestframework = "*" drf-spectacular = "*" pika-context-manager = {git = "https://bitbucket.usit.uio.no/scm/kal/pika-context-manager.git", rev = "v1.2.0"} psycopg2-binary = "*" python = "^3.9" python-daemon = "*" sentry-sdk = "*" whitenoise = "*" [tool.poetry.dev-dependencies] Faker = "^8.10.1" autopep8 = "*" 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"]