[tool.poetry] name = "backend" version = "0.1.0" description = "Backend for Python Discord Forms" authors = ["Joe Banks "] license = "MIT" [tool.poetry.dependencies] python = "^3.9" starlette = "^0.14.2" nested_dict = "^1.61" uvicorn = {extras = ["standard"], version = "^0.13.4"} motor = "^2.4.0" python-dotenv = "^0.17.0" pyjwt = "^2.0.1" httpx = "^0.17.1" gunicorn = "^20.1.0" pydantic = "^1.8.1" spectree = "^0.4.2" deepmerge = "^0.2.1" sentry-sdk = "^1.0.0" [tool.poetry.dev-dependencies] flake8 = "^3.9.1" flake8-annotations = "^2.6.2" [build-system] requires = ["poetry>=0.12"] build-backend = "poetry.masonry.api"