feat(demo): add auth flow UI service
This commit is contained in:
@@ -5,6 +5,7 @@ description = "Gapido backend code challenge: gRPC OTP auth service with MongoDB
|
||||
requires-python = ">=3.12,<3.14"
|
||||
dependencies = [
|
||||
"aio-pika==9.5.5",
|
||||
"fastapi==0.115.6",
|
||||
"grpcio==1.68.1",
|
||||
"grpcio-health-checking==1.68.1",
|
||||
"grpcio-reflection==1.68.1",
|
||||
@@ -16,6 +17,7 @@ dependencies = [
|
||||
"pydantic-settings==2.7.1",
|
||||
"pyjwt==2.10.1",
|
||||
"redis==5.2.1",
|
||||
"uvicorn==0.34.0",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user