From e461869d7c3d1b32852de33e91d8b1f20c36da9c Mon Sep 17 00:00:00 2001 From: DEsimas Date: Thu, 19 Dec 2024 23:23:45 +0300 Subject: [PATCH] chore: add requirements --- UI/requirements.txt | 2 ++ compose.yml | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 UI/requirements.txt diff --git a/UI/requirements.txt b/UI/requirements.txt new file mode 100644 index 0000000..63162ac --- /dev/null +++ b/UI/requirements.txt @@ -0,0 +1,2 @@ +flet==0.25.2 +psycopg2==2.9.10 \ No newline at end of file diff --git a/compose.yml b/compose.yml index e0e694a..b1c0ed4 100644 --- a/compose.yml +++ b/compose.yml @@ -8,4 +8,3 @@ services: - 6000:5432 volumes: - ./postgres-data:/var/lib/postgresql/data -