From 0056ace8a5fbc4dc4e8ca808d8ddeeac51617365 Mon Sep 17 00:00:00 2001 From: Scheianu Ionut Date: Fri, 16 May 2025 15:51:42 +0300 Subject: [PATCH] updated requirements --- docker-compose.yml | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 51fb980..3c0449a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,4 +19,4 @@ services: # when setting allready exist and data are setted and is performed an update use second line of command command: sh -c "python clear_db.py && python init_db.py && gunicorn -w 4 -b 0.0.0.0:5000 app:app" #command: sh -c "python init_db.py && gunicorn -w 4 -b 0.0.0.0:5000 app:app" - restart: unless-stopped \ No newline at end of file + #restart: unless-stopped diff --git a/requirements.txt b/requirements.txt index c18bf53..cae1c86 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,4 +16,5 @@ SQLAlchemy==2.0.37 typing_extensions==4.12.2 Werkzeug==3.1.3 gunicorn==20.1.0 -pdf2image==1.17.0 \ No newline at end of file +pdf2image==1.17.0 +python-pptx \ No newline at end of file