From 40c67fd204f319aa7a67a409d6ab23bdf318ed44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B8=D0=BA=D1=82=D0=BE=D1=80?= <78488229+viktor138irk@users.noreply.github.com> Date: Sat, 9 May 2026 21:33:28 +0900 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE=D1=81=D1=82?= =?UTF-8?q?=D0=B8=20Pulse=20Push=20Gateway?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- push-gateway/requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 push-gateway/requirements.txt diff --git a/push-gateway/requirements.txt b/push-gateway/requirements.txt new file mode 100644 index 0000000..4c627da --- /dev/null +++ b/push-gateway/requirements.txt @@ -0,0 +1,4 @@ +fastapi==0.115.6 +uvicorn[standard]==0.34.0 +firebase-admin==6.6.0 +pydantic==2.10.4