Added auth
This commit is contained in:
@ -10,8 +10,13 @@ python = "^3.10"
|
||||
fastapi = "^0.77.1"
|
||||
uvicorn = {extras = ["standard"], version = "^0.17.6"}
|
||||
strawberry-graphql = "^0.113.0"
|
||||
SQLAlchemy = "^1.4.36"
|
||||
argon2-cffi = "^21.3.0"
|
||||
PyJWT = "^2.4.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
black = {version = "^22.3.0", allow-prereleases = true}
|
||||
pre-commit = "^2.19.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
|
Reference in New Issue
Block a user