[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://git.app.uib.no/it-bott-integrasjoner/pika-context-manager.git", rev = "v1.2.0"} psycopg2-binary = "*" python = "^3.9" python-daemon = "*" sentry-sdk = "*" whitenoise = "*" django-reversion = "^4.0.0" [tool.poetry.dev-dependencies] Faker = "^8.10.1" black = "*" django-stubs = "*" djangorestframework-stubs = "*" ipython = "*" mypy = "*" pylint = "*" pylint-django = "*" pytest-django = "^4.4.0" rope = "*" coverage = "^5.5" [tool.black] extend-exclude = '^/greg/migrations/.*\.py' [build-system] build-backend = "poetry.core.masonry.api" requires = ["poetry-core>=1.0.0"]