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 -